From 8d9ec86cbc7cfa006797f231ec85ca0e3114741d Mon Sep 17 00:00:00 2001 From: Pedro Alvarez Date: Thu, 2 Oct 2014 15:24:26 +0000 Subject: Upgrade drm enable jetson TK1 support --- strata/x-common/drm.morph | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 strata/x-common/drm.morph (limited to 'strata/x-common/drm.morph') diff --git a/strata/x-common/drm.morph b/strata/x-common/drm.morph new file mode 100644 index 00000000..8f5b88e2 --- /dev/null +++ b/strata/x-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