* acconfig.h configure.in: Check for Xft2. * capplets/font/main.c capplets/font/Makefile.am capplets/font/font-properties.glade: If XFt2 is present, allow the user to control various font rendering attributes. * gnome-settings-daemon/gnome-settings-xsettings.c: Mirror the Xft rendering attributes from the font capplet to XSETTINGS and Xrdb. * schemas/Makefile.am schemas/desktop_gnome_font_rendering.schemas: Add schemas for the new GConf settings.
12 lines
452 B
Makefile
12 lines
452 B
Makefile
schemadir = @GCONF_SCHEMA_FILE_DIR@
|
|
schema_DATA = \
|
|
apps_gnome_settings_daemon_screensaver.schemas \
|
|
apps_gnome_settings_daemon_default_editor.schemas \
|
|
desktop_gnome_font_rendering.schemas
|
|
|
|
schema_source_data = $(foreach file, $(schema_DATA), $(srcdir)/$(file))
|
|
|
|
install-data-local: $(schema_installed_data)
|
|
GCONF_CONFIG_SOURCE=$(GCONF_SCHEMA_CONFIG_SOURCE) $(GCONFTOOL) --makefile-install-rule $(schema_source_data)
|
|
|
|
EXTRA_DIST=$(schema_DATA)
|