diff options
author | Lars Uebernickel <lars.uebernickel@canonical.com> | 2014-10-15 16:15:35 +0200 |
---|---|---|
committer | Lars Uebernickel <lars.uebernickel@canonical.com> | 2014-10-15 16:15:35 +0200 |
commit | 582adcab1ad0b03a39c1da423a27e7d1b903d7ec (patch) | |
tree | 16e0eb7202ec1a2d22566e49f3d80366e921b469 /demos | |
parent | c26b2c920935d59cc72e562821eabe0cd22c4921 (diff) | |
download | gtk+-582adcab1ad0b03a39c1da423a27e7d1b903d7ec.tar.gz |
Add GDK_DEP_LIBS to demos and tests
Some of them depend on libepoxy now.
Diffstat (limited to 'demos')
-rw-r--r-- | demos/gtk-demo/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/demos/gtk-demo/Makefile.am b/demos/gtk-demo/Makefile.am index de150dceca..3498eadf0b 100644 --- a/demos/gtk-demo/Makefile.am +++ b/demos/gtk-demo/Makefile.am @@ -75,6 +75,7 @@ LDADDS = \ $(top_builddir)/gtk/libgtk-3.la \ $(top_builddir)/gdk/libgdk-3.la \ $(GTK_DEP_LIBS) \ + $(GDK_DEP_LIBS) \ -lm bin_PROGRAMS = gtk3-demo gtk3-demo-application |