diff options
Diffstat (limited to 'eet')
-rw-r--r-- | eet/eet_cvs.oe | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/eet/eet_cvs.oe b/eet/eet_cvs.oe index 908d600794..35ce5b7994 100644 --- a/eet/eet_cvs.oe +++ b/eet/eet_cvs.oe @@ -6,6 +6,7 @@ SECTION = "libs" MAINTAINER = "Chris Larson <kergoth@handhelds.org>" DEPENDS = "zlib jpeg" PV = "${CVSDATE}" +PR = "r1" SRC_URI = "cvs://anonymous@cvs.sourceforge.net/cvsroot/enlightenment;module=e17/libs/eet \ file://flags.patch;patch=1" @@ -17,3 +18,7 @@ do_stage () { oe_libinstall -C src/lib libeet ${STAGING_LIBDIR}/ install -m 0644 ${S}/src/lib/Eet.h ${STAGING_INCDIR}/ } + +FILES_${PN} = "${libdir}/libeet*.so*" +FILES_${PN}-dev += "${bindir} ${libdir}/pkgconfig" + |