X-Git-Url: http://review.tizen.org/git/?p=platform%2Fcore%2Fuifw%2Fdali-adaptor.git;a=blobdiff_plain;f=build%2Ftizen%2Fadaptor%2FMakefile.am;h=a6f050cf2f3fede826d95af9e031abc78968a85a;hp=aee5843b651baf658f4f60f99df0f59755fde6dd;hb=2573f2349456ef31c0df63d5f9cefeff5eb8b99f;hpb=116fbd0c8799b78ecfe44724bd0ee24b3d8d9340 diff --git a/build/tizen/adaptor/Makefile.am b/build/tizen/adaptor/Makefile.am index aee5843..a6f050c 100644 --- a/build/tizen/adaptor/Makefile.am +++ b/build/tizen/adaptor/Makefile.am @@ -123,8 +123,13 @@ LIBDALI_ADAPTOR_LA_SOURCES = \ $(static_libraries_glyphy_src_files) \ $(static_libraries_libunibreak_src_files) +if ECORE_WAYLAND2 +LIBDALI_ADAPTOR_LA_SOURCES += \ + $(adaptor_window_system_ecore_wl2_src_files) +else LIBDALI_ADAPTOR_LA_SOURCES += \ $(adaptor_window_system_ecore_wl_src_files) +endif if ENABLE_NETWORK_LOGGING LIBDALI_ADAPTOR_LA_SOURCES += \ @@ -179,8 +184,13 @@ LIBDALI_ADAPTOR_LA_SOURCES = \ $(static_libraries_glyphy_src_files) \ $(static_libraries_libunibreak_src_files) +if ECORE_WAYLAND2 +LIBDALI_ADAPTOR_LA_SOURCES += \ + $(adaptor_window_system_ecore_wl2_src_files) +else LIBDALI_ADAPTOR_LA_SOURCES += \ $(adaptor_window_system_ecore_wl_src_files) +endif if ENABLE_NETWORK_LOGGING LIBDALI_ADAPTOR_LA_SOURCES += \ @@ -234,8 +244,13 @@ LIBDALI_ADAPTOR_LA_SOURCES = \ $(static_libraries_glyphy_src_files) \ $(static_libraries_libunibreak_src_files) +if ECORE_WAYLAND2 +LIBDALI_ADAPTOR_LA_SOURCES += \ + $(adaptor_window_system_ecore_wl2_src_files) +else LIBDALI_ADAPTOR_LA_SOURCES += \ $(adaptor_window_system_ecore_wl_src_files) +endif if ENABLE_NETWORK_LOGGING LIBDALI_ADAPTOR_LA_SOURCES += \ @@ -288,8 +303,13 @@ LIBDALI_ADAPTOR_LA_SOURCES = \ $(static_libraries_glyphy_src_files) \ $(static_libraries_libunibreak_src_files) +if ECORE_WAYLAND2 +LIBDALI_ADAPTOR_LA_SOURCES += \ + $(adaptor_window_system_ecore_wl2_src_files) +else LIBDALI_ADAPTOR_LA_SOURCES += \ $(adaptor_window_system_ecore_wl_src_files) +endif if ENABLE_NETWORK_LOGGING LIBDALI_ADAPTOR_LA_SOURCES += \ @@ -345,8 +365,13 @@ LIBDALI_ADAPTOR_LA_SOURCES = \ $(static_libraries_glyphy_src_files) \ $(static_libraries_libunibreak_src_files) +if ECORE_WAYLAND2 +LIBDALI_ADAPTOR_LA_SOURCES += \ + $(adaptor_window_system_ecore_wl2_src_files) +else LIBDALI_ADAPTOR_LA_SOURCES += \ $(adaptor_window_system_ecore_wl_src_files) +endif if ENABLE_NETWORK_LOGGING LIBDALI_ADAPTOR_LA_SOURCES += \