blob: c4ee6ddddafda39b795b62a1a1f2177356963e06 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
prefix=@prefix@
exec_prefix=@exec_prefix@
libdir=@libdir@
datarootdir=@datarootdir@
datadir=@datadir@
includedir=@includedir@/@PACKAGE@
modules=@libdir@/@PACKAGE@/modules
pkgdatadir=@datadir@/@PACKAGE@/data
themes=${pkgdatadir}/themes
backgrounds=${pkgdatadir}/backgrounds
config_apps=@datadir@/@PACKAGE@/config-apps
release=@release@
Name: enlightenment
Description: Enlightenment Window Manager
Requires: @requirements_e@
Version: @VERSION@
Libs: -L${libdir}
Libs.private: -lm
Cflags: -I${includedir} @e_configflags@
|