summaryrefslogtreecommitdiff
path: root/pc
diff options
context:
space:
mode:
authorTom Hacohen <tom@stosb.com>2014-07-18 13:38:25 +0100
committerTom Hacohen <tom@stosb.com>2014-08-21 11:02:10 +0100
commitb0b533fcb1beff3c01501258bb4af4a6533e6884 (patch)
tree7beb007016fe2d1c1c12bec95c5d1b1b62785e9f /pc
parent0658591a4d99d45f33c9fc5b8f6b60c28eb7069b (diff)
downloadefl-b0b533fcb1beff3c01501258bb4af4a6533e6884.tar.gz
Efl: Create libefl.
Create libefl.so and the interal package for dependencies.
Diffstat (limited to 'pc')
-rw-r--r--pc/efl.pc.in16
1 files changed, 16 insertions, 0 deletions
diff --git a/pc/efl.pc.in b/pc/efl.pc.in
new file mode 100644
index 0000000000..c422a518b5
--- /dev/null
+++ b/pc/efl.pc.in
@@ -0,0 +1,16 @@
+prefix=@prefix@
+exec_prefix=@exec_prefix@
+libdir=@libdir@
+includedir=@includedir@
+datarootdir=@datarootdir@
+datadir=@datadir@
+eoincludedir=@datadir@/eolian/include
+eolian_flags=-I${eoincludedir}/efl-@VMAJ@
+
+Name: Efl
+Description: EFL's general purpose library
+Version: @PACKAGE_VERSION@
+Requires.private: @requirements_pc_efl@
+Libs: -L${libdir} -lefl
+Libs.private:
+Cflags: -I${includedir}/efl-@VMAJ@