From: Suchang Woo Date: Thu, 16 Jul 2015 11:09:25 +0000 (+0900) Subject: Workaround: add glib-2.0 requires for preventing build break X-Git-Tag: accepted/tizen/mobile/20150717.060730~5 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=refs%2Fchanges%2F63%2F44063%2F1;p=platform%2Fcore%2Fsystem%2Fbuxton2.git Workaround: add glib-2.0 requires for preventing build break Change-Id: I045d4fe128273868630fe0334b2800a57286716a Signed-off-by: Suchang Woo --- diff --git a/vconf-compat/vconf.pc.in b/vconf-compat/vconf.pc.in index 61bf779..85a4f7c 100644 --- a/vconf-compat/vconf.pc.in +++ b/vconf-compat/vconf.pc.in @@ -6,5 +6,6 @@ includedir=@INCLUDE_INSTALL_DIR@/vconf Name: vconf Description: configuration system library Version: 0.3.1 +Requires.private: glib-2.0 Libs: -L${libdir} -lvconf Cflags: -I${includedir}