Build fixes for gdkrgb
-Yosh
This commit is contained in:
parent
23124810d1
commit
b665608816
@ -12,6 +12,10 @@
|
|||||||
/* Define if you have the ANSI C header files. */
|
/* Define if you have the ANSI C header files. */
|
||||||
#undef STDC_HEADERS
|
#undef STDC_HEADERS
|
||||||
|
|
||||||
|
/* Define if your processor stores words with the most significant
|
||||||
|
byte first (like Motorola and SPARC, unlike Intel and VAX). */
|
||||||
|
#undef WORDS_BIGENDIAN
|
||||||
|
|
||||||
/* Define if the X Window System is missing or not being used. */
|
/* Define if the X Window System is missing or not being used. */
|
||||||
#undef X_DISPLAY_MISSING
|
#undef X_DISPLAY_MISSING
|
||||||
|
|
||||||
|
@ -23,6 +23,7 @@ libgdk_1_1_la_SOURCES = \
|
|||||||
gdkinputxfree.h \
|
gdkinputxfree.h \
|
||||||
gdkpixmap.c \
|
gdkpixmap.c \
|
||||||
gdkproperty.c \
|
gdkproperty.c \
|
||||||
|
gdkrgb.c \
|
||||||
gdkrectangle.c \
|
gdkrectangle.c \
|
||||||
gdkregion.c \
|
gdkregion.c \
|
||||||
gdkselection.c \
|
gdkselection.c \
|
||||||
@ -41,6 +42,7 @@ libgdk_1_1_la_SOURCES = \
|
|||||||
gdkinclude_HEADERS = \
|
gdkinclude_HEADERS = \
|
||||||
gdk.h \
|
gdk.h \
|
||||||
gdkcursors.h \
|
gdkcursors.h \
|
||||||
|
gdkrgb.h \
|
||||||
gdki18n.h \
|
gdki18n.h \
|
||||||
gdkkeysyms.h \
|
gdkkeysyms.h \
|
||||||
gdkprivate.h \
|
gdkprivate.h \
|
||||||
|
Loading…
Reference in New Issue
Block a user