aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/dri/libdrm_2.3.1.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/dri/libdrm_2.3.1.bb')
-rw-r--r--recipes/dri/libdrm_2.3.1.bb10
1 files changed, 10 insertions, 0 deletions
diff --git a/recipes/dri/libdrm_2.3.1.bb b/recipes/dri/libdrm_2.3.1.bb
new file mode 100644
index 0000000000..9caf9b4bea
--- /dev/null
+++ b/recipes/dri/libdrm_2.3.1.bb
@@ -0,0 +1,10 @@
+SECTION = "x11/base"
+LICENSE = "MIT"
+SRC_URI = "http://dri.freedesktop.org/libdrm/libdrm-${PV}.tar.bz2"
+PROVIDES = "drm"
+
+inherit autotools pkgconfig
+
+do_stage() {
+ autotools_stage_all
+}