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.morph | 5 +++-- strata/x-common/drm.morph | 10 ++++++++++ 2 files changed, 13 insertions(+), 2 deletions(-) create mode 100644 strata/x-common/drm.morph diff --git a/strata/x-common.morph b/strata/x-common.morph index 987862a9..9acb4bf0 100644 --- a/strata/x-common.morph +++ b/strata/x-common.morph @@ -231,9 +231,10 @@ chunks: build-depends: - xorg-util-macros - name: drm + morph: strata/x-common/drm.morph repo: upstream:drm - ref: d6861609b2b887612d652bb2be7c39f199802937 - unpetrify-ref: libdrm-2.4.56 + ref: bcac0a17407dc78d0813b2eea7fae7c34de54c1b + unpetrify-ref: baserock/jetson/drm build-depends: - xcb-pthread-stubs - xorg-lib-libpciaccess 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