diff options
author | Matthieu Herrb <matthieu.herrb@laas.fr> | 2012-11-19 11:26:35 +0000 |
---|---|---|
committer | Matthieu Herrb <matthieu.herrb@laas.fr> | 2012-11-19 11:26:35 +0000 |
commit | 5b99897d9aff57b81537e3334e7ed5702236f4f2 (patch) | |
tree | 0bf5792bed798f6d89efa80292f9962e9737cdfa | |
parent | ff52d9a828cfe124708d7085f16281b9ee1d7af2 (diff) |
Link libkms to the build (needs a userland from the kms branch).mpi/libdrm-update
-rw-r--r-- | lib/libdrm/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libdrm/Makefile b/lib/libdrm/Makefile index fd49bcb86..5551815fb 100644 --- a/lib/libdrm/Makefile +++ b/lib/libdrm/Makefile @@ -3,7 +3,7 @@ .include "${.CURDIR}/Makefile.inc" .if ${MACHINE_ARCH} == "i386" || ${MACHINE_ARCH} == "amd64" -SUBDIR=intel radeon +SUBDIR=intel radeon libkms .elif ${MACHINE} == "macppc" SUBDIR=radeon .endif |