Remove GTK version / interface age macros in config.h
They are present in gtk/gtkversion.h. This avoids macro redefinition warnings.
This commit is contained in:
committed by
Emmanuele Bassi
parent
302adb0ad2
commit
50b5144b0b
@ -190,11 +190,6 @@ cdata.set_quoted('GTK_DATADIR', gtk_datadir)
|
||||
cdata.set_quoted('GTK_LIBDIR', gtk_libdir)
|
||||
cdata.set_quoted('GTK_SYSCONFDIR', gtk_sysconfdir)
|
||||
cdata.set_quoted('GETTEXT_PACKAGE', 'gtk30')
|
||||
cdata.set('GTK_MAJOR_VERSION', gtk_major_version)
|
||||
cdata.set('GTK_MINOR_VERSION', gtk_minor_version)
|
||||
cdata.set('GTK_MICRO_VERSION', gtk_micro_version)
|
||||
cdata.set('GTK_BINARY_AGE', gtk_binary_age)
|
||||
cdata.set('GTK_INTERFACE_AGE', gtk_interface_age)
|
||||
|
||||
cdata.set_quoted('PACKAGE_URL', '')
|
||||
cdata.set_quoted('PACKAGE_NAME', 'gtk+')
|
||||
|
||||
Reference in New Issue
Block a user