name: drm kind: chunk build-system: autotools configure-commands: - NOCONFIGURE=1 ./autogen.sh - | set -x if test "$MORPH_ARCH" = "armv7lhf"; then TEGRA=--enable-tegra-experimental-api else TEGRA= fi ./configure --prefix="$PREFIX" $TEGRA install-commands: - make install DESTDIR="$DESTDIR" - | if test -e tegra/libdrm_tegra.la; then mkdir -p "$DESTDIR"/usr/lib/pkgconfig /usr/bin/install -c -m 644 tegra/libdrm_tegra.pc "$DESTDIR"/usr/lib/pkgconfig fi