diff options
author | Tim-Philipp Müller <tim@centricular.com> | 2017-03-22 16:48:56 +0000 |
---|---|---|
committer | Emmanuele Bassi <ebassi@gnome.org> | 2017-05-03 15:10:55 +0100 |
commit | a35e5f3135206850fe40213f890724c37c571411 (patch) | |
tree | c996c7f728cb53b63b821f0e86fcacde30abeeaa /config.h.meson | |
parent | 3a496afa0be8b3a8d5183ef549f7239d3381739a (diff) | |
download | gtk+-a35e5f3135206850fe40213f890724c37c571411.tar.gz |
meson: modules: add printbackends
The cups checks might not work properly everywhere yet,
since they don't use cups-config and parse the output yet.
Diffstat (limited to 'config.h.meson')
-rw-r--r-- | config.h.meson | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/config.h.meson b/config.h.meson index 122a1f3bc9..0e8b63f6c1 100644 --- a/config.h.meson +++ b/config.h.meson @@ -95,9 +95,6 @@ /* Define to 1 if you have the `nearbyint' function. */ #mesondefine HAVE_NEARBYINT -/* Define to 1 if libpapi available */ -#mesondefine HAVE_PAPI - /* Define to 1 if you have the `posix_fallocate' function. */ #mesondefine HAVE_POSIX_FALLOCATE |