Add support for pkg-config to emotion.

SVN revision: 10847
This commit is contained in:
rbdpngn 2004-07-15 19:23:03 +00:00 committed by rbdpngn
parent 9bb8fa6e9d
commit 87456146fa
3 changed files with 19 additions and 1 deletions

View File

@ -10,4 +10,7 @@ MAINTAINERCLEANFILES = Makefile.in aclocal.m4 config.guess \
bin_SCRIPTS = emotion-config
EXTRA_DIST = README AUTHORS COPYING COPYING-PLAIN emotion.spec emotion.c.in gendoc Doxyfile emotion_docs.tar.gz
EXTRA_DIST = README AUTHORS COPYING COPYING-PLAIN emotion.spec emotion.c.in gendoc Doxyfile emotion_docs.tar.gz emotion.pc.in
pkgconfigdir = $(libdir)/pkgconfig
pkgconfig_DATA = emotion.pc

View File

@ -236,8 +236,12 @@ AC_SUBST(xine_plugins)
AC_CHECK_LIB(dl, dlopen, dlopen_libs=-ldl)
AC_SUBST(dlopen_libs)
requirements="eet evas ecore edje libxine"
AC_SUBST(requirements)
AC_OUTPUT([
Makefile
emotion.pc
src/Makefile
src/lib/Makefile
src/modules/Makefile

View File

@ -0,0 +1,11 @@
prefix=@prefix@
exec_prefix=@exec_prefix@
libdir=@libdir@
includedir=@includedir@
Name: emotion
Description: Emotion evas based multimedia library
Requires: @requirements@
Version: @VERSION@
Libs: -L${libdir} -lemotion
Cflags: -I${includedir}