diff options
author | Vincent Torri <vincent.torri@gmail.com> | 2009-10-03 06:57:32 +0000 |
---|---|---|
committer | Vincent Torri <vincent.torri@gmail.com> | 2009-10-03 06:57:32 +0000 |
commit | a398c256906c6719aa5bed5f6e9d64902adaca94 (patch) | |
tree | 28b867405d50b6e9088fdc5254fcd980c56c3e8b /elementary.pc.in | |
parent | 289e87a43cd1f1dff3c00f941120aa2f4457d196 (diff) |
* use Requires.private field in elementary.pc if pkg-config 0.22 or later is installed. We list in it the required packages needed to compile elementary.
* remove uneeded flags that are in Libs.private and Cflags (those from the packages that are listed in Requires.private)
SVN revision: 42866
Diffstat (limited to '')
-rw-r--r-- | elementary.pc.in | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/elementary.pc.in b/elementary.pc.in index ecf8705a1..307d3ade0 100644 --- a/elementary.pc.in +++ b/elementary.pc.in | |||
@@ -5,9 +5,8 @@ includedir=@includedir@ | |||
5 | 5 | ||
6 | Name: elementary | 6 | Name: elementary |
7 | Description: Mobile device touchscreen widget library | 7 | Description: Mobile device touchscreen widget library |
8 | Requires: @requirement_elm@ | 8 | @pkgconfig_requires_private@: @requirement_elm@ |
9 | Version: @VERSION@ | 9 | Version: @VERSION@ |
10 | Libs: -L${libdir} -lelementary | 10 | Libs: -L${libdir} -lelementary |
11 | Libs.private: @dlopen_libs@ @my_libs@ @ELEMENTARY_LIBS@ @ELEMENTARY_X_LIBS@ | 11 | Libs.private: @dlopen_libs@ @my_libs@ |
12 | @ELEMENTARY_FB_LIBS@ @ELEMENTARY_WINCE_LIBS@ @ELEMENTARY_EDBUS_LIBS@ @ELEMENTARY_EFREET_LIBS@ | 12 | Cflags: -I${includedir} -I${includedir}/elementary |
13 | Cflags: -I${includedir} -I${includedir}/elementary @ELEMENTARY_CFLAGS@ @ELEMENTARY_X_CFLAGS@ @ELEMENTARY_FB_CFLAGS@ @ELEMENTARY_WINCE_CFLAGS@ @ELEMENTARY_EDBUS_CFLAGS@ @ELEMENTARY_EFREET_CFLAGS@ | ||