From c16f7a0f1f8523380a380d2edef793b955e8b93a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Branimir=20Karad=C5=BEi=C4=87?= Date: Wed, 6 Aug 2014 21:18:41 -0700 Subject: [PATCH] Manually integrated some FreeBSD changes from @lye #132 pull request. --- src/config.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/config.h b/src/config.h index ddb021b6..2f35459b 100644 --- a/src/config.h +++ b/src/config.h @@ -33,6 +33,7 @@ # define BGFX_CONFIG_RENDERER_OPENGL (0 \ || BX_PLATFORM_WINDOWS \ || BX_PLATFORM_LINUX \ + || BX_PLATFORM_FREEBSD \ || BX_PLATFORM_OSX \ ? 1 : 0) # endif // BGFX_CONFIG_RENDERER_OPENGL @@ -114,6 +115,7 @@ || BX_PLATFORM_ANDROID \ || BX_PLATFORM_IOS \ || BX_PLATFORM_LINUX \ + || BX_PLATFORM_FREEBSD \ || BX_PLATFORM_NACL \ || BX_PLATFORM_OSX \ || BX_PLATFORM_QNX \