diff options
author | Martin Jansa <Martin.Jansa@gmail.com> | 2009-11-18 09:33:02 +0100 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2009-11-18 09:57:56 +0100 |
commit | 1f68eb4811c9cc0cd5daf03ae8d480ea64b3c5cb (patch) | |
tree | a2073e64649d58ee9200831b9a977962fcd99ae8 | |
parent | d24faef6e9e8951248f4cb68df50f6810b2f17ce (diff) |
glamo-dri-tests: new recipe from SHR
-rw-r--r-- | recipes/xorg-util/glamo-dri-tests/glamo-dri-tests_git.bb | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/recipes/xorg-util/glamo-dri-tests/glamo-dri-tests_git.bb b/recipes/xorg-util/glamo-dri-tests/glamo-dri-tests_git.bb new file mode 100644 index 0000000000..0e6d731bb2 --- /dev/null +++ b/recipes/xorg-util/glamo-dri-tests/glamo-dri-tests_git.bb @@ -0,0 +1,17 @@ +DEPENDS = "libdrm virtual/libx11 libxext" + +PV = "1.0.0+gitr${SRCPV}" + +SRC_URI = "git://git.bitwiz.org.uk/glamo-dri-tests.git;protocol=git;branch=master" + +inherit pkgconfig + +do_compile_prepend() { + export CROSS_CFLAGS=`pkg-config --cflags libdrm_glamo` +} + +do_install() { + PREFIX=${D}/usr make install +} + +S = "${WORKDIR}/git" |