]> granicus.if.org Git - graphviz/commitdiff
lib/glcomp: remove gtkglext CFLAGS tweak
authorMatthew Fernandez <matthew.fernandez@gmail.com>
Mon, 21 Mar 2022 00:07:06 +0000 (17:07 -0700)
committerMatthew Fernandez <matthew.fernandez@gmail.com>
Sat, 26 Mar 2022 05:31:13 +0000 (22:31 -0700)
As far as I can tell, glcomp does not use gtkglext. Smyrna, which depends on
glcomp, does. But Smyrna specifies its own linking against gtkglext.

lib/glcomp/Makefile.am

index ca84b39cce99b2bf34bb73d21451dbd2d28422b8..7097483fbaad58cea2b0b50d0f5cea2e47c9f872 100644 (file)
@@ -3,7 +3,7 @@
 AM_CPPFLAGS = \
        -I$(top_srcdir)/lib \
        -I$(top_srcdir)/lib/common \
-       $(GTK_CFLAGS:-I%=-isystem%) $(GLUT_CFLAGS) $(GTKGL_CFLAGS) $(GTKGLEXT_CFLAGS) $(GLADE_CFLAGS) $(FREETYPE2_CFLAGS) $(XRENDER_CFLAGS)
+       $(GTK_CFLAGS:-I%=-isystem%) $(GLUT_CFLAGS) $(GTKGL_CFLAGS) $(GLADE_CFLAGS) $(FREETYPE2_CFLAGS) $(XRENDER_CFLAGS)
 
 if WITH_SMYRNA
 noinst_HEADERS = glcompbutton.h glcompdefs.h glcomplabel.h \