PREFERRED_VERSION_xf86-input-keyboard ?= ""
PREFERRED_VERSION_dri2proto ?= ""
PREFERRED_VERSION_carrick ?= "1.1.13"
+PREFERRED_VERSION_nbtk ?= "1.2.3"
SRCREV_pn-libdrm ?= "3f3c5be6f908272199ccf53f108b1124bfe0a00e"
SRCREV_pn-mutter-moblin ?= "${AUTOREV}"
SRCREV_pn-mux ?= "${AUTOREV}"
SRCREV_pn-nbtk ?= "${AUTOREV}"
+PREFERRED_VERSION_nbtk ?= "1.2.3+git%
SRCREV_pn-mx ?= "${AUTOREV}"
SRCREV_pn-qemugl ?= "${AUTOREV}"
SRCREV_pn-sample-media ?= "${AUTOREV}"
--- /dev/null
+DESCRIPTION = "Moblin toolkit library for netbooks"
+SRC_URI = "git://git.moblin.org/${PN}.git;protocol=git"
+SRC_URI = "http://download.moblin.org/sources/${PN}/1.2/${PN}-${PV}.tar.bz2"
+LICENSE = "LGPLv2.1"
+PR = "r4"
+DEPENDS = "clutter-1.0 libccss clutter-imcontext"
+
+EXTRA_OECONF = "--disable-introspection"
+
+inherit autotools_stage
+
+do_configure_prepend () {
+ echo "EXTRA_DIST=" > ${S}/gtk-doc.make
+ touch ${S}/INSTALL
+}
--- /dev/null
+require nbtk.inc
-DESCRIPTION = "Moblin toolkit library for netbooks"
+require nbtk.inc
+
SRC_URI = "git://git.moblin.org/${PN}.git;protocol=git"
-LICENSE = "LGPLv2.1"
PV = "1.2.3+git${SRCPV}"
-PR = "r4"
-DEPENDS = "clutter-1.0 libccss clutter-imcontext"
-
-EXTRA_OECONF = "--disable-introspection"
-
S = "${WORKDIR}/git"
-
-inherit autotools_stage
-
-do_configure_prepend () {
- echo "EXTRA_DIST=" > ${S}/gtk-doc.make
- touch ${S}/INSTALL
-}