We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent efe5b43 commit b208594Copy full SHA for b208594
src/hgl/libgl-haiku/Makefile
@@ -15,6 +15,7 @@ OBJECTS = $(SOURCES:.cpp=.o)
15
INCLUDES = -I. \
16
-I$(TOP)/include \
17
-I$(TOP)/include/GL/internal \
18
+ -I$(TOP)/include/HGL \
19
-I$(TOP)/src/mesa \
20
-I$(TOP)/src/mesa/main \
21
-I$(TOP)/src/mapi \
src/mesa/drivers/haiku/swrast/Makefile
@@ -23,6 +23,7 @@ INCLUDES = \
23
-I. \
24
-I- \
25
26
27
-I/boot/system/develop/headers/private/interface/
28
29
DRIVER_SOURCES = \
0 commit comments