diff options
author | Andy Wingo <wingo@pobox.com> | 2015-04-19 16:16:32 +0200 |
---|---|---|
committer | Andy Wingo <wingo@pobox.com> | 2015-04-19 16:16:32 +0200 |
commit | 9f49e9457547fc65aa6c0646910b291840eb22be (patch) | |
tree | 35d9e4123edd62fb5c1c427abc2701b653bd5061 /Makefile.am | |
parent | f25b623eb0a6543630c876af7b87885a62edc1a6 (diff) |
Remove loadkeys/setfont checks
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index cd9ed60a9d..1356ae2e32 100644 --- a/Makefile.am +++ b/Makefile.am @@ -158,7 +158,6 @@ AM_CPPFLAGS = \ -DUSER_GENERATOR_PATH=\"$(usergeneratordir)\" \ -DSYSTEM_SHUTDOWN_PATH=\"$(systemshutdowndir)\" \ -DSYSTEM_SLEEP_PATH=\"$(systemsleepdir)\" \ - -DELOGIND_KBD_MODEL_MAP=\"$(pkgdatadir)/kbd-model-map\" \ -DELOGIND_LANGUAGE_FALLBACK_MAP=\"$(pkgdatadir)/language-fallback-map\" \ -DX_SERVER=\"$(bindir)/X\" \ -DPOLKIT_AGENT_BINARY_PATH=\"$(bindir)/pkttyagent\" \ |