summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2019-03-30 12:28:59 +0000
committerMatthias Clasen <mclasen@redhat.com>2019-03-30 12:28:59 +0000
commite20b7a3a8d5f864e8be57fd99fdfe26965d2f8fe (patch)
treebbb645f3a75e835b2573a7b62ddabb6e4fdffff5
parentae69bc53f2b6e684a08341805d7ae65ae6c3f155 (diff)
parent15a7a93d10a2bda5d5836d7b16df4959bf058edd (diff)
downloadgtk+-e20b7a3a8d5f864e8be57fd99fdfe26965d2f8fe.tar.gz
Merge branch 'gir-gdkx11-missing-sources' into 'gtk-3-24'
build: Add missing sources for the GdkX11 gir build See merge request GNOME/gtk!689
-rw-r--r--gdk/Makefile.am4
1 files changed, 4 insertions, 0 deletions
diff --git a/gdk/Makefile.am b/gdk/Makefile.am
index 5b9058ad73..67224bc1e2 100644
--- a/gdk/Makefile.am
+++ b/gdk/Makefile.am
@@ -273,8 +273,10 @@ x11_introspection_files = \
x11/gdkeventsource.c \
x11/gdkeventtranslator.c \
x11/gdkgeometry-x11.c \
+ x11/gdkglcontext-x11.c \
x11/gdkkeys-x11.c \
x11/gdkmain-x11.c \
+ x11/gdkmonitor-x11.c \
x11/gdkproperty-x11.c \
x11/gdkscreen-x11.c \
x11/gdkselection-x11.c \
@@ -297,7 +299,9 @@ x11_introspection_files = \
x11/gdkx11display.h \
x11/gdkx11displaymanager.h \
x11/gdkx11dnd.h \
+ x11/gdkx11glcontext.h \
x11/gdkx11keys.h \
+ x11/gdkx11monitor.h \
x11/gdkx11property.h \
x11/gdkx11screen.h \
x11/gdkx11selection.h \