mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-24 06:40:11 +01:00
targets/xvmc-nouveau: fix accidental hardcoded include path
5b0cd37324 wasn't meant to be pushed.
This commit is contained in:
parent
e55c276255
commit
1ce9205f79
1 changed files with 1 additions and 1 deletions
|
|
@ -20,7 +20,7 @@ C_SOURCES = \
|
|||
|
||||
DRIVER_LIBS = $(shell $(PKG_CONFIG) libdrm_nouveau --libs) -lXfixes
|
||||
|
||||
DRIVER_INCLUDES = -I/usr/include/libdrm/
|
||||
DRIVER_INCLUDES = $(shell $(PKG_CONFIG) libdrm --cflags-only-I)
|
||||
|
||||
LINK_WITH_CXX=1
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue