summaryrefslogtreecommitdiff
path: root/elementary.pc.in
diff options
context:
space:
mode:
authorCarsten Haitzler <raster@rasterman.com>2008-12-10 06:33:24 +0000
committerCarsten Haitzler <raster@rasterman.com>2008-12-10 06:33:24 +0000
commitad4b6557835a911dc1d0e176753971eb6b8b02a8 (patch)
tree175cff482a2f413d896f6e415427608b5b61b9b6 /elementary.pc.in
parent93b7e50d0be6128bdbbad99cac24c065f1a5fbc6 (diff)
downloadelementary-ad4b6557835a911dc1d0e176753971eb6b8b02a8.tar.gz
be able to build without x - so it should work on the fb.. and it does... at
leats my mouse and keyboard do - and windows are fullscreen of course... and really you have a technical limit of 1 window... but hey! that's the fb! SVN revision: 38077
Diffstat (limited to 'elementary.pc.in')
-rw-r--r--elementary.pc.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/elementary.pc.in b/elementary.pc.in
index bfd814ee0..6ee3ecce2 100644
--- a/elementary.pc.in
+++ b/elementary.pc.in
@@ -8,5 +8,5 @@ Description: Mobile device touchscreen widget library
Requires: evas ecore ecore-x ecore-evas ecore-job ecore-txt ecore-file eet edje
Version: @VERSION@
Libs: -L${libdir} -lelementary
-Libs.private: @my_libs@ @ELEMENTARY_LIBS@
-Cflags: -I${includedir} -I${includedir}/elementary
+Libs.private: @my_libs@ @ELEMENTARY_LIBS@ @ELEMENTARY_X_LIBS@ @ELEMENTARY_FB_LIBS@
+Cflags: -I${includedir} -I${includedir}/elementary @ELEMENTARY_CFLAGS@ @ELEMENTARY_X_CFLAGS@ @ELEMENTARY_FB_CFLAGS@