[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#838808: Fix for the GtkGLExtmm FTBFS



Control: tags 838808 +patch

A fix for the GtkGLExtmm FTBFS is attached.

cu
Adrian

-- 

       "Is there not promise of rain?" Ling Tan asked suddenly out
        of the darkness. There had been need of rain for many days.
       "Only a promise," Lao Er said.
                                       Pearl S. Buck - Dragon Seed

Description: Remove -DG_DISABLE_DEPRECATED from gtkglext/gtkmm/gl/Makefile.am
 GtkGLExtmm uses GLib functionality that is now deprecated.
 .
 This is enough for Debian for now, but if GtkGLExtmm upstream ever
 becomes active again chances are they would rather fix this properly
 by using non-deprecated APIs.
Author: Adrian Bunk <bunk@stusta.de>
Bug-Debian: https://bugs.debian.org/838808

--- gtkglextmm-1.2.0.orig/gtkglext/gtkmm/gl/Makefile.am
+++ gtkglextmm-1.2.0/gtkglext/gtkmm/gl/Makefile.am
@@ -9,7 +9,6 @@ sublib_cflags = \
 	-I$(top_srcdir)/gdkglext	\
 	$(GTKGLEXTMM_DEP_CFLAGS)	\
 	-DGTKMM_GL_COMPILATION		\
-	-DG_DISABLE_DEPRECATED		\
 	-DGDK_DISABLE_DEPRECATED	\
 	-DGDK_PIXBUF_DISABLE_DEPRECATED	\
 	-DGTK_DISABLE_DEPRECATED

Reply to: