diff options
author | Bastien Nocera <hadess@hadess.net> | 2013-11-20 13:08:21 +0100 |
---|---|---|
committer | Owen W. Taylor <otaylor@fishsoup.net> | 2014-03-14 10:36:45 -0400 |
commit | 4125970a3a5f5072dc0c8e6d374946f6f7e3a6ec (patch) | |
tree | 1e0f2b56ef96add0cc260815afc6d53555ef77ce /configure.ac | |
parent | 533783712bf936ba08434dc40f73209e262dba67 (diff) | |
download | gnome-settings-daemon-4125970a3a5f5072dc0c8e6d374946f6f7e3a6ec.tar.gz |
xsettings: Check native resolution for scaling factor
Check whether the panel is running at its native resolution before
applying the scaling factor. We don't want hi-dpi screens running
below native resolution to have a high scaling factor.
https://bugzilla.gnome.org/show_bug.cgi?id=709859
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 811882e2..62ac90e8 100644 --- a/configure.ac +++ b/configure.ac @@ -174,7 +174,7 @@ dnl --------------------------------------------------------------------------- dnl - xsettings dnl --------------------------------------------------------------------------- -PKG_CHECK_MODULES(XSETTINGS, fontconfig) +PKG_CHECK_MODULES(XSETTINGS, fontconfig gnome-desktop-3.0 >= $GNOME_DESKTOP_REQUIRED_VERSION) dnl --------------------------------------------------------------------------- dnl - Keyboard plugin stuff |