From fb467b9b7e7c92b6cfcf8b4c3aba0f87915f309a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Javier=20Jard=C3=B3n?= Date: Sun, 21 Sep 2014 03:07:43 +0000 Subject: Split libdrm from graphics-infra stratum and create libdrm-common stratum So libdrm only gets build when it's really needed --- strata/libdrm-common/drm.morph | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 strata/libdrm-common/drm.morph (limited to 'strata/libdrm-common/drm.morph') 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 -- cgit v1.2.1