mirror of
https://github.com/gryf/gryf-overlay.git
synced 2026-05-02 09:20:55 +02:00
initial import
This commit is contained in:
@@ -0,0 +1,22 @@
|
||||
diff --exclude-from=/home/dang/.diffrc -u -ruN gdm-2.13.0.7.orig/utils/gdm-dmx-reconnect-proxy.c gdm-2.13.0.7/utils/gdm-dmx-reconnect-proxy.c
|
||||
--- gdm-2.13.0.7.orig/utils/gdm-dmx-reconnect-proxy.c 2006-01-18 18:33:17.000000000 -0500
|
||||
+++ gdm-2.13.0.7/utils/gdm-dmx-reconnect-proxy.c 2006-01-31 15:59:04.000000000 -0500
|
||||
@@ -22,6 +22,7 @@
|
||||
#include <stdlib.h>
|
||||
#include <glib.h>
|
||||
#include <glib/gi18n.h>
|
||||
+#include <locale.h>
|
||||
|
||||
#include <X11/Xlib.h>
|
||||
#include <X11/extensions/dmxext.h>
|
||||
diff --exclude-from=/home/dang/.diffrc -u -ruN gdm-2.13.0.7.orig/utils/Makefile.am gdm-2.13.0.7/utils/Makefile.am
|
||||
--- gdm-2.13.0.7.orig/utils/Makefile.am 2006-01-15 16:26:35.000000000 -0500
|
||||
+++ gdm-2.13.0.7/utils/Makefile.am 2006-01-31 15:51:20.000000000 -0500
|
||||
@@ -52,6 +52,7 @@
|
||||
gdm-dmx-reconnect-proxy.c
|
||||
|
||||
gdm_dmx_reconnect_proxy_LDADD = \
|
||||
+ $(INTLLIBS) \
|
||||
$(GLIB_LIBS) \
|
||||
$(X_EXTRA_LIBS) \
|
||||
$(X_LIBS) \
|
||||
Reference in New Issue
Block a user