summaryrefslogtreecommitdiff
path: root/strata/libdrm-common/drm.morph
diff options
context:
space:
mode:
Diffstat (limited to 'strata/libdrm-common/drm.morph')
-rw-r--r--strata/libdrm-common/drm.morph10
1 files changed, 10 insertions, 0 deletions
diff --git a/strata/libdrm-common/drm.morph b/strata/libdrm-common/drm.morph
new file mode 100644
index 00000000..8f5b88e2
--- /dev/null
+++ b/strata/libdrm-common/drm.morph
@@ -0,0 +1,10 @@
+name: drm
+kind: chunk
+build-system: autotools
+configure-commands:
+ - NOCONFIGURE=1 ./autogen.sh
+ - ./configure --prefix="$PREFIX" --enable-tegra-experimental-api
+install-commands:
+ - make install DESTDIR="$DESTDIR"
+ - mkdir -p "$DESTDIR"/usr/lib/pkgconfig
+ - /usr/bin/install -c -m 644 tegra/libdrm_tegra.pc "$DESTDIR"/usr/lib/pkgconfig