summaryrefslogtreecommitdiff
path: root/strata/libdrm-common/drm.morph
blob: c316cb5c7319f1acf8aebce40ab3cd4f4e5f3c2b (plain)
1
2
3
4
5
6
7
8
9
10
name: drm
kind: chunk
build-system: autotools
configure-commands:
- NOCONFIGURE=1 ./autogen.sh
- ./configure --prefix="$PREFIX" --enable-tegra-experimental-api --enable-freedreno-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