summaryrefslogtreecommitdiff
path: root/pc
diff options
context:
space:
mode:
authorGustavo Sverzut Barbieri <barbieri@gmail.com>2012-12-08 15:26:27 +0000
committerGustavo Sverzut Barbieri <barbieri@gmail.com>2012-12-08 15:26:27 +0000
commitf8c480fc831b53c06ca745bf6b6875e503bb3b59 (patch)
tree893a0b4853451a1ed63bca842ca5b4d39d4babf8 /pc
parentf74c3dae7527665455588647e744e2250cfabe39 (diff)
downloadefl-f8c480fc831b53c06ca745bf6b6875e503bb3b59.tar.gz
efl/ecore_x: add version and backend to header file.
instead of -DHAVE_ECORE_X_XCB in the pc, which is a super-hack, add a proper compile-time generated ecore_x_version.h that is included by Ecore_X.h This file contains HAVE_ECORE_X_XLIB or HAVE_ECORE_X_XCB defined and will also define ECORE_X_VERSION_MAJOR and ECORE_X_VERSION_MINOR as per other EFL (Ecore), also defining the runtime version in Ecore_X_Version. SVN revision: 80524
Diffstat (limited to 'pc')
-rw-r--r--pc/ecore-x.pc.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/pc/ecore-x.pc.in b/pc/ecore-x.pc.in
index ec7fae7916..aa4abc5cd4 100644
--- a/pc/ecore-x.pc.in
+++ b/pc/ecore-x.pc.in
@@ -9,4 +9,4 @@ Requires.private: @requirements_pc_ecore_x@
Version: @VERSION@
Libs: -L${libdir} -lecore_x
Libs.private: @requirements_libs_ecore_x@
-Cflags: -I${includedir}/ecore-@VMAJ@ @have_ecore_x_xcb_define@
+Cflags: -I${includedir}/ecore-@VMAJ@