mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-08 06:58:05 +02:00
configs: set INTEL_LIBS, INTEL_CFLAGS, etc
This commit is contained in:
parent
ace932450c
commit
251363e8f1
1 changed files with 6 additions and 0 deletions
|
|
@ -65,3 +65,9 @@ GALLIUM_STATE_TRACKERS_DIRS = egl
|
|||
|
||||
DRI_DIRS = i810 i915 i965 mach64 mga r128 r200 r300 radeon \
|
||||
savage sis tdfx unichrome ffb swrast
|
||||
|
||||
INTEL_LIBS = `pkg-config --libs libdrm_intel`
|
||||
INTEL_CFLAGS = `pkg-config --cflags libdrm_intel`
|
||||
|
||||
RADEON_LIBS = `pkg-config --libs libdrm_radeon`
|
||||
RADEON_CFLAGS = `pkg-config --cflags libdrm_radeon`
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue