build: fix doctor build
authorYuyeon Oh <yuyeon.oh@samsung.com>
Fri, 24 Jul 2015 04:43:15 +0000 (13:43 +0900)
committerYuyeon Oh <yuyeon.oh@samsung.com>
Fri, 24 Jul 2015 04:43:15 +0000 (13:43 +0900)
Include pixman-1 library in doctor build

Change-Id: Ifad0e50a442e9bf47b699139ce05afc946a2cc53

configure.ac
src/bin/doctor/Makefile.am

index 61a7f17..332fca1 100644 (file)
@@ -144,7 +144,7 @@ if test x$enable_x11 = xyes; then
 fi
 
 # doctor
-DOCTOR_REQUIRES="wayland-server"
+DOCTOR_REQUIRES="wayland-server pixman-1"
 PKG_CHECK_MODULES(DOCTOR, [$DOCTOR_REQUIRES])
 DOCTOR_REQUIRES="$DOCTOR_REQUIRES pepper pepper-drm pepper-desktop-shell"
 
index 6d93ada..e08aec6 100644 (file)
@@ -1,9 +1,6 @@
 bin_PROGRAMS = doctor
 
-doctor_CFLAGS  = $(DOCTOR_CFLAGS) $(PEPPER_INTERNAL_CFLAGS) $(PEPPER_DRM_INTERNAL_CFLAGS)
-doctor_CFLAGS += $(PEPPER_DESKTOP_SHELL_INTERNAL_CFLAGS)
-
-doctor_LDADD  = $(DOCTOR_LIBS) $(PEPPER_INTERNAL_LIBS) $(PEPPER_DRM_INTERNAL_LIBS)
-doctor_LDADD += $(PEPPER_DESKTOP_SHELL_INTERNAL_LIBS)
+doctor_CFLAGS  = $(DOCTOR_CFLAGS)
+doctor_LDADD  = $(DOCTOR_LIBS)
 
 doctor_SOURCES = server.c