aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/xorg-app/xwininfo_1.0.2.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/xorg-app/xwininfo_1.0.2.bb')
-rw-r--r--recipes/xorg-app/xwininfo_1.0.2.bb5
1 files changed, 5 insertions, 0 deletions
diff --git a/recipes/xorg-app/xwininfo_1.0.2.bb b/recipes/xorg-app/xwininfo_1.0.2.bb
new file mode 100644
index 0000000000..069dd30aa8
--- /dev/null
+++ b/recipes/xorg-app/xwininfo_1.0.2.bb
@@ -0,0 +1,5 @@
+require xorg-app-common.inc
+PE = "1"
+
+DEPENDS += " libxmu libxext virtual/libx11"
+
ChenQi/systemd-udev-hwdb'>ChenQi/systemd-udev-hwdb OpenEmbedded Core user contribution treesGrokmirror user
aboutsummaryrefslogtreecommitdiffstats
path: root/meta/recipes-graphics/clutter/clutter_git.bb
blob: d598b4a67971378933095bc1622f611ab5ea8790 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
require clutter.inc
require clutter-package.inc

LIC_FILES_CHKSUM = "file://COPYING;md5=4fbd65380cdd255951079008b364516c"

# the 1.8.2 tag
SRCREV = "9041ea42655dfc1422ce88eab931382dd400d13a"
PV = "1.8.2+git${SRCPV}"
PR = "r0"

DEFAULT_PREFERENCE = "-1"

SRC_URI = "git://git.gnome.org/clutter;protocol=git;branch=master \
           file://enable_tests-654c26a1301c9bc5f8e3e5e3b68af5eb1b2e0673.patch;rev=654c26a1301c9bc5f8e3e5e3b68af5eb1b2e0673 \
           file://enable_tests.patch;notrev=654c26a1301c9bc5f8e3e5e3b68af5eb1b2e0673 "
S = "${WORKDIR}/git"

BASE_CONF += "--disable-introspection"

AUTOTOOLS_AUXDIR = "${S}/build"

do_configure_prepend () {
	# Disable DOLT
	sed -i -e 's/^DOLT//' ${S}/configure.ac
}