libdvdread: enable libdvdcss
authorKoen Kooi <koen@openembedded.org>
Thu, 15 Jan 2009 07:48:04 +0000 (08:48 +0100)
committerKoen Kooi <koen@openembedded.org>
Thu, 15 Jan 2009 07:48:04 +0000 (08:48 +0100)
packages/libdvdread/libdvdread_0.9.7.bb

index a328e35..9c9f7ef 100644 (file)
@@ -3,12 +3,19 @@ It provides the functionality that is required to access many DVDs. \
 It parses IFO files, reads NAV-blocks, and performs CSS authentication and descrambling."
 HOMEPAGE = "http://www.dtek.chalmers.se/groups/dvd/development.shtml"
 LICENSE = "GPL"
+DEPENDS = "libdvdcss"
 SECTION = "libs/multimedia"
 
+PR = "r1"
+
 SRC_URI = "http://www.dtek.chalmers.se/groups/dvd/dist/libdvdread-${PV}.tar.gz"
 
 inherit autotools
 
+EXTRA_OECONF = " --with-libdvdcss-includes=${STAGING_INCDIR} \
+                 --with-libdvdcss-libs=${STAGING_LIBDIR} \
+"
+
 do_stage() {
        autotools_stage_all
 }