diff options
author | Steve Arnold <stephen.arnold42@gmail.com> | 2015-11-14 18:32:08 -0800 |
---|---|---|
committer | Steve Arnold <stephen.arnold42@gmail.com> | 2015-11-14 18:32:47 -0800 |
commit | 65f26b9dcbf4ae5f6c2cfd9f9a1aec9825790a37 (patch) | |
tree | 2c944c64ba5c6e519b4e997cf8d59b9d7a12d2fb /media-libs | |
parent | x11-apps/mesa-progs: updtaed to latest, removed crufty patch (diff) | |
download | arm-65f26b9dcbf4ae5f6c2cfd9f9a1aec9825790a37.tar.gz arm-65f26b9dcbf4ae5f6c2cfd9f9a1aec9825790a37.tar.bz2 arm-65f26b9dcbf4ae5f6c2cfd9f9a1aec9825790a37.zip |
media-libs/mesa-9999: add temp workaround for drm header changes
Diffstat (limited to 'media-libs')
-rw-r--r-- | media-libs/mesa/mesa-9999.ebuild | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/media-libs/mesa/mesa-9999.ebuild b/media-libs/mesa/mesa-9999.ebuild index 42f5646..199968f 100644 --- a/media-libs/mesa/mesa-9999.ebuild +++ b/media-libs/mesa/mesa-9999.ebuild @@ -13,7 +13,7 @@ fi PYTHON_COMPAT=( python2_7 ) -inherit autotools multilib-minimal python-any-r1 pax-utils ${GIT_ECLASS} +inherit autotools flag-o-matic multilib-minimal python-any-r1 pax-utils ${GIT_ECLASS} OPENGL_DIR="xorg-x11" @@ -192,6 +192,9 @@ src_prepare() { } multilib_src_configure() { + # new drm include confusion (who provides, libdrm or linux-headers? + append-cflags -I/usr/include/drm + local myconf if use classic; then |