diff options
Diffstat (limited to 'libraries/evas/evas.pc.in')
-rw-r--r-- | libraries/evas/evas.pc.in | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/libraries/evas/evas.pc.in b/libraries/evas/evas.pc.in deleted file mode 100644 index b0d3150..0000000 --- a/libraries/evas/evas.pc.in +++ /dev/null | |||
@@ -1,12 +0,0 @@ | |||
1 | prefix=@prefix@ | ||
2 | exec_prefix=@exec_prefix@ | ||
3 | libdir=@libdir@ | ||
4 | includedir=@includedir@ | ||
5 | |||
6 | Name: evas | ||
7 | Description: Evas canvas display library | ||
8 | @pkgconfig_requires_private@: @requirement_evas@ | ||
9 | Version: @VERSION@ | ||
10 | Libs: -L${libdir} -levas @EINA_LIBS@ | ||
11 | Libs.private: @EFL_FNMATCH_LIBS@ @pthread_libs@ | ||
12 | Cflags: -I${includedir}/evas-@VMAJ@ @EINA_CFLAGS@ | ||