diff options
author | rbuj <[email protected]> | 2019-04-17 09:58:36 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2019-04-19 12:42:06 +0200 |
commit | fe7adc8dd8c350e89677930b9efe9c6cc7dc8759 (patch) | |
tree | 145fe4b223f8841fb26e05931569b4a7908c3b0c /src/Makefile.am | |
parent | 52532ffb9cea00d1bc8f29f4da14081d475b28ad (diff) | |
download | mate-system-monitor-fe7adc8dd8c350e89677930b9efe9c6cc7dc8759.tar.bz2 mate-system-monitor-fe7adc8dd8c350e89677930b9efe9c6cc7dc8759.tar.xz |
Show GPU info on the System tab
based on https://gitlab.gnome.org/GNOME/gnome-control-center/blob/master/panels/info/cc-info-overview-panel.c
Close #150
Requires mate-desktop/mate-session-manager#203
Diffstat (limited to 'src/Makefile.am')
-rw-r--r-- | src/Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index 2140770..b32983d 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -4,7 +4,8 @@ AM_CPPFLAGS = \ -DPROCMAN_DATADIR=\""$(datadir)/procman/"\" \ -DMATELOCALEDIR=\""$(datadir)/locale"\" \ -DDATADIR=\""$(datadir)"\" \ - -DLIBEXEC_DIR=\""$(pkglibexecdir)"\" \ + -DPKGLIBEXECDIR=\""$(pkglibexecdir)"\" \ + -DLIBEXECDIR=\""$(libexecdir)"\" \ @PROCMAN_CFLAGS@ \ @SYSTEMD_CFLAGS@ |