efl-wl: add .pc file

This commit is contained in:
Mike Blumenkrantz 2017-06-30 16:03:03 -04:00
parent 6d32dfa1aa
commit 416daffe5e
4 changed files with 18 additions and 1 deletions

View File

@ -265,6 +265,10 @@ if HAVE_ECORE_WL2
pkgconfig_DATA += pc/ecore-wl2.pc
endif
if HAVE_EFL_WL
pkgconfig_DATA += pc/efl-wl.pc
endif
if HAVE_WIN32
pkgconfig_DATA += pc/ecore-win32.pc
endif

View File

@ -5709,6 +5709,7 @@ pc/ecore-psl1ght.pc
pc/ecore-sdl.pc
pc/ecore-wayland.pc
pc/ecore-wl2.pc
pc/efl-wl.pc
pc/ecore-win32.pc
pc/ecore-x.pc
pc/ecore-evas.pc

12
pc/efl-wl.pc.in Normal file
View File

@ -0,0 +1,12 @@
prefix=@prefix@
exec_prefix=@exec_prefix@
libdir=@libdir@
includedir=@includedir@
Name: efl-wl
Description: EFL Wayland compositor widget
Requires.private: @requirements_pc_efl_wl@
Version: @VERSION@
Libs: -L${libdir} -lefl_wl
Libs.private: @requirements_libs_efl_wl@
Cflags: -I${includedir}/efl-@VMAJ@ -I${includedir}/efl-wl-@VMAJ@

View File

@ -1,4 +1,4 @@
if HAVE_ECORE_WL2
if HAVE_EFL_WL
lib_LTLIBRARIES += lib/efl_wl/libefl_wl.la