]> git.sesse.net Git - movit/commitdiff
Merge branch 'epoxy' into epoxy
authorSteinar H. Gunderson <sgunderson@bigfoot.com>
Tue, 18 Mar 2014 23:21:54 +0000 (00:21 +0100)
committerSteinar H. Gunderson <sgunderson@bigfoot.com>
Tue, 18 Mar 2014 23:21:54 +0000 (00:21 +0100)
Conflicts:
Makefile.in
movit.pc.in

Makefile.in
movit.pc.in

index 77ced6c3d048af72ef3799602394615c323cc11b..69fa663c787d254d0379ec463553f062eea5a7e4 100644 (file)
@@ -22,7 +22,7 @@ with_coverage = @with_coverage@
 
 CC=@CC@
 CXX=@CXX@
-CXXFLAGS=-Wall @CXXFLAGS@ -I$(GTEST_DIR)/include @Eigen3_CFLAGS@ @epoxy_CFLAGS@ @FFTW3_CFLAGS@
+CXXFLAGS=-Wall @CXXFLAGS@ -I$(GTEST_DIR)/include @SDL2_CFLAGS@ @SDL_CFLAGS@ @Eigen3_CFLAGS@ @epoxy_CFLAGS@ @FFTW3_CFLAGS@
 ifeq ($(with_SDL2),yes)
 CXXFLAGS += -DHAVE_SDL2
 endif
index c57c031e5dba7e884a40471d5b21dc4822b52fc1..20427c6acd4ee123a5832c17546ab4e8900732c6 100644 (file)
@@ -15,4 +15,4 @@ Requires:
 Conflicts:
 Libs: -lmovit
 Libs.private: @epoxy_LIBS@ @FFTW3_LIBS@
-Cflags: -I${includedir}/movit @Eigen3_CFLAGS@ @GLEW_CFLAGS@ @epoxy_CFLAGS@
+Cflags: -I${includedir}/movit @Eigen3_CFLAGS@ @epoxy_CFLAGS@ @FFTW3_CFLAGS@