forked from pool/aegisub
606147d89d
A subtitle editor OBS-URL: https://build.opensuse.org/request/show/110699 OBS-URL: https://build.opensuse.org/package/show/multimedia:apps/aegisub?expand=0&rev=1
40 lines
1002 B
Diff
40 lines
1002 B
Diff
Index: src/gl_wrap.cpp
|
|
===================================================================
|
|
--- src/gl_wrap.cpp.orig
|
|
+++ src/gl_wrap.cpp
|
|
@@ -45,7 +45,7 @@
|
|
#include <OpenGL/glext.h>
|
|
#else
|
|
#include <GL/gl.h>
|
|
-#include "gl/glext.h"
|
|
+#include "GL/glext.h"
|
|
#endif
|
|
#include "gl_wrap.h"
|
|
#include "options.h"
|
|
Index: src/Makefile.am
|
|
===================================================================
|
|
--- src/Makefile.am.orig
|
|
+++ src/Makefile.am
|
|
@@ -345,8 +345,6 @@ aegisub_2_1_SOURCES += \
|
|
$(srcdir)/config/*.h
|
|
|
|
noinst_HEADERS = \
|
|
- $(srcdir)/boost/*.hpp \
|
|
- gl/glext.h \
|
|
$(srcdir)/*.hxx
|
|
|
|
EXTRA_DIST = \
|
|
Index: src/Makefile.in
|
|
===================================================================
|
|
--- src/Makefile.in.orig
|
|
+++ src/Makefile.in
|
|
@@ -843,8 +843,6 @@ aegisub_2_1_SOURCES = $(AUTO3_LUA) $(HUN
|
|
visual_tool_vector_clip.cpp $(srcdir)/*.h \
|
|
$(srcdir)/include/aegisub/*.h $(srcdir)/config/*.h
|
|
noinst_HEADERS = \
|
|
- $(srcdir)/boost/*.hpp \
|
|
- gl/glext.h \
|
|
$(srcdir)/*.hxx
|
|
|
|
EXTRA_DIST = \
|