diff options
author | Boris Faure <billiob@gmail.com> | 2013-01-18 13:01:36 +0000 |
---|---|---|
committer | Boris Faure <billiob@gmail.com> | 2013-01-18 13:01:36 +0000 |
commit | ac4df627f71e4dfc331ef48027fc48b52227a6f1 (patch) | |
tree | 105e806a4c8cc5808213341c0127ec0c88c57c1e /pc | |
parent | 24079fcf547fae292f39b07c92ea5e9edb45ea6e (diff) | |
download | efl-ac4df627f71e4dfc331ef48027fc48b52227a6f1.tar.gz |
efl: export vmin/vmic in edje.pc
It is used to know where to install external modules.
SVN revision: 82974
Diffstat (limited to 'pc')
-rw-r--r-- | pc/edje.pc.in | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/pc/edje.pc.in b/pc/edje.pc.in index aee4ba969d..4471f84c69 100644 --- a/pc/edje.pc.in +++ b/pc/edje.pc.in @@ -6,6 +6,8 @@ includedir=@includedir@ datarootdir=@datarootdir@ datadir=@datadir@/edje vmaj=@VMAJ@ +vmin=@VMIN@ +vmic=@VMIC@ multisense=@want_multisense@ physics=@want_physics@ |