aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/libraries/ecore/ecore-wayland.pc.in
diff options
context:
space:
mode:
authorDavid Walter Seikel2012-01-23 23:30:42 +1000
committerDavid Walter Seikel2012-01-23 23:30:42 +1000
commit825a3d837a33f226c879cd02ad15c3fba57e8b2c (patch)
tree75f57bd9c4253508d338dc79ba8e57a7abc42255 /libraries/ecore/ecore-wayland.pc.in
parentAdd ability to disable the test harness, or the Lua compile test. (diff)
downloadSledjHamr-825a3d837a33f226c879cd02ad15c3fba57e8b2c.zip
SledjHamr-825a3d837a33f226c879cd02ad15c3fba57e8b2c.tar.gz
SledjHamr-825a3d837a33f226c879cd02ad15c3fba57e8b2c.tar.bz2
SledjHamr-825a3d837a33f226c879cd02ad15c3fba57e8b2c.tar.xz
Update the EFL to what I'm actually using, coz I'm using some stuff not yet released.
Diffstat (limited to 'libraries/ecore/ecore-wayland.pc.in')
-rw-r--r--libraries/ecore/ecore-wayland.pc.in12
1 files changed, 12 insertions, 0 deletions
diff --git a/libraries/ecore/ecore-wayland.pc.in b/libraries/ecore/ecore-wayland.pc.in
new file mode 100644
index 0000000..f4f5cf3
--- /dev/null
+++ b/libraries/ecore/ecore-wayland.pc.in
@@ -0,0 +1,12 @@
1prefix=@prefix@
2exec_prefix=@exec_prefix@
3libdir=@libdir@
4includedir=@includedir@
5
6Name: ecore-wayland
7Description: E core library, Wayland module
8@pkgconfig_requires_private@: @requirements_ecore_wayland@
9Version: @VERSION@
10Libs: -L${libdir} -lecore_wayland
11Libs.private: -lwayland-client
12Cflags: -I${includedir}/ecore-@VMAJ@