Skip to content

Commit b208594

Browse files
committed
haiku: Add missing HGL include directory
1 parent efe5b43 commit b208594

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

src/hgl/libgl-haiku/Makefile

+1
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ OBJECTS = $(SOURCES:.cpp=.o)
1515
INCLUDES = -I. \
1616
-I$(TOP)/include \
1717
-I$(TOP)/include/GL/internal \
18+
-I$(TOP)/include/HGL \
1819
-I$(TOP)/src/mesa \
1920
-I$(TOP)/src/mesa/main \
2021
-I$(TOP)/src/mapi \

src/mesa/drivers/haiku/swrast/Makefile

+1
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ INCLUDES = \
2323
-I. \
2424
-I- \
2525
-I$(TOP)/include \
26+
-I$(TOP)/include/HGL \
2627
-I/boot/system/develop/headers/private/interface/
2728

2829
DRIVER_SOURCES = \

0 commit comments

Comments
 (0)