From 65f26b9dcbf4ae5f6c2cfd9f9a1aec9825790a37 Mon Sep 17 00:00:00 2001 From: Steve Arnold Date: Sat, 14 Nov 2015 18:32:08 -0800 Subject: media-libs/mesa-9999: add temp workaround for drm header changes --- media-libs/mesa/mesa-9999.ebuild | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'media-libs') 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 -- cgit v1.2.3-65-gdbad