diff options
author | Gustavo Sverzut Barbieri <barbieri@gmail.com> | 2012-12-30 18:08:55 +0000 |
---|---|---|
committer | Gustavo Sverzut Barbieri <barbieri@gmail.com> | 2012-12-30 18:08:55 +0000 |
commit | 1f423eb8e743fbaf0d3e014616daaa356b413f1d (patch) | |
tree | 3da0dcd01874a532b55385c643a7d50637c2028d /pc | |
parent | fb27484376f64ab229020c70cf21ca4fc56be092 (diff) | |
download | efl-1f423eb8e743fbaf0d3e014616daaa356b413f1d.tar.gz |
efl/configure: simplify configure.ac
more macros to aid common tasks, make it easier to read.
SVN revision: 81904
Diffstat (limited to 'pc')
-rw-r--r-- | pc/ecore-sdl.pc.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pc/ecore-sdl.pc.in b/pc/ecore-sdl.pc.in index 56a7fafeb5..ca2421e898 100644 --- a/pc/ecore-sdl.pc.in +++ b/pc/ecore-sdl.pc.in @@ -6,6 +6,6 @@ includedir=@includedir@ Name: ecore-sdl Description: E core library, SDL module Version: @VERSION@ -Requires.private: @requirements_ecore_sdl@ +Requires.private: @requirements_pc_ecore_sdl@ Libs: -L${libdir} -lecore_sdl Cflags: -I${includedir}/ecore-@VMAJ@ |