A set of tools for configuring the Logitech G19 keyboard. Based in: https://github.com/Gnome15/gnome15
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

13 lines
423 B

4 years ago
  1. if ENABLE_SYSTEMTRAY
  2. MAYBE_SYSTEMTRAY = g15-systemtray.1
  3. endif
  4. if ENABLE_INDICATOR
  5. MAYBE_INDICATOR = g15-indicator.1
  6. endif
  7. if ENABLE_DRIVER_KERNEL
  8. MAYBE_SYSTEM_SERVICE = g15-system-service.1
  9. endif
  10. man1_MANS = g15-desktop-service.1 g15-config.1 $(MAYBE_SYSTEMTRAY) $(MAYBE_INDICATOR) $(MAYBE_SYSTEM_SERVICE)
  11. EXTRA_DIST = g15-desktop-service.1 g15-config.1 g15-systemtray.1 g15-indicator.1 g15-system-service.1