Bump libepoxy to 1.3
1.3 has been released in 2015 which is sufficiently old enough.
This commit is contained in:
parent
9e97c06758
commit
e81a360194
2 changed files with 1 additions and 12 deletions
|
@ -173,7 +173,7 @@ set_package_properties(EGL PROPERTIES
|
|||
PURPOSE "Required to build KWin with EGL support"
|
||||
)
|
||||
|
||||
find_package(epoxy)
|
||||
find_package(epoxy 1.3)
|
||||
set_package_properties(epoxy PROPERTIES
|
||||
DESCRIPTION "libepoxy"
|
||||
URL "https://github.com/anholt/libepoxy"
|
||||
|
|
|
@ -18,17 +18,6 @@
|
|||
#include <epoxy/gl.h>
|
||||
#include <unistd.h>
|
||||
|
||||
// HACK: workaround for libepoxy < 1.3
|
||||
#ifndef GL_GUILTY_CONTEXT_RESET
|
||||
#define GL_GUILTY_CONTEXT_RESET 0x8253
|
||||
#endif
|
||||
#ifndef GL_INNOCENT_CONTEXT_RESET
|
||||
#define GL_INNOCENT_CONTEXT_RESET 0x8254
|
||||
#endif
|
||||
#ifndef GL_UNKNOWN_CONTEXT_RESET
|
||||
#define GL_UNKNOWN_CONTEXT_RESET 0x8255
|
||||
#endif
|
||||
|
||||
namespace KWin
|
||||
{
|
||||
|
||||
|
|
Loading…
Reference in a new issue