Skip to content

Commit

Permalink
FIX: ArchLinux compile
Browse files Browse the repository at this point in the history
  • Loading branch information
Bart Janssens committed Apr 7, 2013
1 parent eac49f4 commit d4c8e38
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .gitignore
@@ -1,2 +1,4 @@
.kdev4
*.kdev4
*.pyc
share/k3d/guide/content/._pipeline.txt
2 changes: 1 addition & 1 deletion k3dsdk/python/CMakeLists.txt
Expand Up @@ -5,7 +5,7 @@ INCLUDE_DIRECTORIES(${k3dsdk_BINARY_DIR})
INCLUDE_DIRECTORIES(${Boost_INCLUDE_DIRS})
INCLUDE_DIRECTORIES(${K3D_GLIBMM_INCLUDE_DIRS})
INCLUDE_DIRECTORIES(${K3D_SIGC_INCLUDE_DIRS})
INCLUDE_DIRECTORIES(${K3D_PYTHON_INCLUDE_PATH})
INCLUDE_DIRECTORIES(${K3D_PYTHON_INCLUDE_DIRS})

LINK_DIRECTORIES(${K3D_SIGC_LIB_DIRS})

Expand Down
4 changes: 4 additions & 0 deletions modules/osmesa/context_factory.cpp
Expand Up @@ -38,6 +38,10 @@
#define GLAPIENTRY
#endif

#ifndef GLAPI
#define GLAPI
#endif

#include <GL/osmesa.h>

#include <dlfcn.h>
Expand Down

0 comments on commit d4c8e38

Please sign in to comment.