diff options
author | Daniel Kolesa <d.kolesa@osg.samsung.com> | 2017-11-14 13:42:38 +0100 |
---|---|---|
committer | Daniel Kolesa <d.kolesa@osg.samsung.com> | 2017-11-14 13:47:09 +0100 |
commit | 2f81b2636775ce5fdd0cf9d76595e751da3930d9 (patch) | |
tree | 8e21d03f0741fcd56f8db0471a689537e1fe21bd /pc | |
parent | 7e83545ab331e993b8f73c287a3a39f57dd1fe59 (diff) | |
download | efl-2f81b2636775ce5fdd0cf9d76595e751da3930d9.tar.gz |
eolian: scan system dir by default
The '-S' option lets you reverse that. But by default, most
people will want the prefix to be scanned for eo files.
Diffstat (limited to 'pc')
-rw-r--r-- | pc/eo.pc.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pc/eo.pc.in b/pc/eo.pc.in index 998bf2347a..2547193fc5 100644 --- a/pc/eo.pc.in +++ b/pc/eo.pc.in @@ -5,7 +5,7 @@ includedir=@includedir@ datarootdir=@datarootdir@ datadir=@datadir@ eoincludedir=@datadir@/eolian/include -eolian_flags=-I${pc_sysrootdir}${eoincludedir}/eo-@VMAJ@ +eolian_flags=-S -I${pc_sysrootdir}${eoincludedir}/eo-@VMAJ@ Name: Eo Description: EFL's generic object system library. |