Files
haikuports/sys-libs/tinygl/patches/tinygl-0.4.patchset
Adrien Destugues 3f7f9b27a0 Add TinyGL.
2015-11-12 15:57:35 +01:00

38 lines
712 B
Plaintext

From 62f2d8a5d25a48fc1b4a0b35106201b1d69bfa1b Mon Sep 17 00:00:00 2001
From: Adrien Destugues <pulkomandy@pulkomandy.tk>
Date: Thu, 12 Nov 2015 15:55:18 +0100
Subject: Configure for BeOS.
diff --git a/config.mk b/config.mk
index 5ec62ba..cd8b421 100644
--- a/config.mk
+++ b/config.mk
@@ -18,10 +18,10 @@ LFLAGS=
# Select window API for TinyGL:
# standard X11 GLX like API
-TINYGL_USE_GLX=y
+#TINYGL_USE_GLX=y
# BEOS API
-#TINYGL_USE_BEOS=y
+TINYGL_USE_BEOS=y
# Micro Windows NanoX API
#TINYGL_USE_NANOX=y
@@ -75,8 +75,8 @@ GL_DEPS= ../lib/libTinyGL.a
# Compile and link control
# UNIX systems
-DIRS= src examples
+# DIRS= src examples
# BeOS
-# DIRS= src BeOS
+DIRS= src BeOS
--
2.2.2