summaryrefslogtreecommitdiff
path: root/strata/libdrm-common/drm.morph
blob: 8f5b88e24cf80eb623d0de5cdbc2fd1f11728341 (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
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