all: remove ecore drm dependencies 70/153070/1
authorSung-Jin Park <sj76.park@samsung.com>
Thu, 28 Sep 2017 01:48:34 +0000 (10:48 +0900)
committerSung-Jin Park <sj76.park@samsung.com>
Thu, 28 Sep 2017 01:48:34 +0000 (10:48 +0900)
Change-Id: I08264689bca8affcb40ec4aa534942498368f933
Signed-off-by: Sung-Jin Park <sj76.park@samsung.com>
configure.ac
packaging/enlightenment.spec
src/bin/Makefile.mk
src/bin/e_comp_screen.c
src/bin/e_eom.c

index d0c0f2eb6b77f5bc2d41b493cef993b534826801..964f6e8f55eb9c8144167be92a320248a44dfd2f 100755 (executable)
@@ -417,7 +417,6 @@ if test "x${have_wayland}" = "xyes"; then
       ])
     fi
 
-    PKG_CHECK_MODULES([ECORE_DRM], [ecore-drm >= ${efl_version}])
   else
     have_wayland_tbm=no
   fi
index bcec1ff4eff14d52a211dd558a83b7efddfd7779..9e3a2d052c359595c166a4bede804a664fca8d24 100755 (executable)
@@ -41,7 +41,6 @@ BuildRequires:  pkgconfig(tizen-launch-server)
 BuildRequires:  pkgconfig(wayland-tbm-server)
 BuildRequires:  pkgconfig(tizen-remote-surface-server)
 BuildRequires:  pkgconfig(eom-server)
-BuildRequires:  pkgconfig(ecore-drm)
 BuildRequires:  pkgconfig(libtdm)
 BuildRequires:  pkgconfig(gbm)
 BuildRequires:  pkgconfig(capi-system-device)
index d5192ca8d4f92300c40ce39576dab39f5b5574c1..de14aa94bfe1c9ea036d3181037ad8b076934a29 100644 (file)
@@ -230,7 +230,7 @@ if HAVE_LIBGOMP
 src_bin_enlightenment_CPPFLAGS += -fopenmp
 endif
 if HAVE_WAYLAND_TBM
-src_bin_enlightenment_CPPFLAGS += @WAYLAND_TBM_CFLAGS@ @ECORE_DRM_CFLAGS@
+src_bin_enlightenment_CPPFLAGS += @WAYLAND_TBM_CFLAGS@
 endif
 if HAVE_HWC
 src_bin_enlightenment_CPPFLAGS += @HWC_CFLAGS@
@@ -250,7 +250,7 @@ src_bin_enlightenment_LDFLAGS += -fopenmp
 endif
 src_bin_enlightenment_LDADD = @e_libs@ @dlopen_libs@ @cf_libs@ @VALGRIND_LIBS@ @WAYLAND_LIBS@ -lm @SHM_OPEN_LIBS@ $(TTRACE_LIBS) $(DLOG_LIBS) $(PIXMAN_LIBS) $(POLICY_LIBS) @TIZEN_REMOTE_SURFACE_LIBS@
 if HAVE_WAYLAND_TBM
-src_bin_enlightenment_LDADD += @WAYLAND_TBM_LIBS@ @ECORE_DRM_LIBS@
+src_bin_enlightenment_LDADD += @WAYLAND_TBM_LIBS@
 endif
 if HAVE_HWC
 src_bin_enlightenment_LDADD += @HWC_LIBS@
index d3ee3d1c8854b75a4668b1db30bc94f25f39d019..a02ff0931ecbf3440806b3f94bfc938e26a0bad7 100644 (file)
@@ -1073,9 +1073,6 @@ e_comp_screen_shutdown()
    if (!e_comp) return;
    if (!e_comp->e_comp_screen) return;
 
-   /* shutdown ecore_drm */
-   /* ecore_drm_shutdown(); */
-
    if (e_comp_screen_iface)
      {
         eldbus_service_interface_unregister(e_comp_screen_iface);
index 2fbca074c963baf400cf2dd6610e41bc776ee184..e0e83b9abe54524ade1e0dd463f36edb9e4a9504 100644 (file)
@@ -5,7 +5,6 @@
 #include "e.h"
 #include <xdg-shell-server-protocol.h>
 #include <eom-server-protocol.h>
-#include <Ecore_Drm.h>
 #include <tdm.h>
 #include <eom.h>
 #include <tbm_bufmgr.h>