From 2f81b2636775ce5fdd0cf9d76595e751da3930d9 Mon Sep 17 00:00:00 2001 From: Daniel Kolesa Date: Tue, 14 Nov 2017 13:42:38 +0100 Subject: 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. --- pc/eo.pc.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pc') 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. -- cgit v1.2.1