diff options
Diffstat (limited to 'libraries/ecore/ecore-sdl.pc.in')
-rw-r--r-- | libraries/ecore/ecore-sdl.pc.in | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/libraries/ecore/ecore-sdl.pc.in b/libraries/ecore/ecore-sdl.pc.in new file mode 100644 index 0000000..78170c1 --- /dev/null +++ b/libraries/ecore/ecore-sdl.pc.in | |||
@@ -0,0 +1,11 @@ | |||
1 | prefix=@prefix@ | ||
2 | exec_prefix=@exec_prefix@ | ||
3 | libdir=@libdir@ | ||
4 | includedir=@includedir@ | ||
5 | |||
6 | Name: ecore-sdl | ||
7 | Description: E core library, SDL module | ||
8 | @pkgconfig_requires_private@: @requirements_ecore_sdl@ | ||
9 | Version: @VERSION@ | ||
10 | Libs: -L${libdir} -lecore_sdl | ||
11 | Cflags: -I${includedir}/ecore-@VMAJ@ | ||