elementary: install elementary cxx pkgconfig file.

T3397
This commit is contained in:
Cedric BAIL 2016-04-01 13:54:40 -07:00
parent cf81840db5
commit 8330c20868
4 changed files with 7 additions and 4 deletions

View File

@ -166,7 +166,8 @@ pc/eolian-cxx.pc \
pc/edje-cxx.pc \
pc/eet-cxx.pc \
pc/eo-cxx.pc \
pc/eio-cxx.pc
pc/eio-cxx.pc \
pc/elementary-cxx.pc
endif
if HAVE_ELUA

View File

@ -5487,6 +5487,7 @@ pc/ethumb_client.pc
pc/elocation.pc
pc/elua.pc
pc/elementary.pc
pc/elementary-cxx.pc
dbus-services/org.enlightenment.Ethumb.service
systemd-services/ethumb.service
$po_makefile_in

1
pc/.gitignore vendored
View File

@ -72,3 +72,4 @@
/elua.pc
/emile.pc
/efl-js.pc
/elementary-cxx.pc

View File

@ -4,14 +4,14 @@ libdir=@libdir@
includedir=@includedir@
datarootdir=@datarootdir@
datadir=@datadir@
pkgdatadir=@pkgdatadir@
pkgdatadir=@pkgdatadir@/elementary
themes=${pkgdatadir}/themes
eoincludedir=${datadir}/eolian/include
eolian_flags=-I${eoincludedir}/elementary-@VMAJ@
Name: elementary++
Description: Elementary C++ bindings
Requires.private: @requirement_elm_pc@
Requires.private: @requirements_pc_elementary@
Version: @VERSION@
Libs: -L${libdir} -lelementary @ELEMENTARY_PC_LIBS@
Libs: -L${libdir} -lelementary -lefl -leina -lpthread -leet -levas -lecore -lecore_evas -lecore_file -lecore_input -ledje -leo -lethumb_client -lemotion -lecore_imf -lecore_con -leldbus -lefreet -lefreet_mime -lefreet_trash -leio @requirements_public_libs_elementary@ @requirements_public_libs_eina@ @requirements_libs_eina@
Cflags: -I${includedir}/elementary-@VMAJ@ -I${includedir}/elementary-cxx-@VMAJ@