[Lunar-commits] <moonbase-other> lightdm-gtk-greeter: complain if lightdm-gobject is not around

v4hn me at v4hn.de
Sat Sep 21 01:19:34 CEST 2013


commit fbe1bbe329bb4190af1a5fa431872deadf8be341
Author: v4hn <me at v4hn.de>
Date: Fri, 20 Sep 2013 16:07:56 -0700
URL: https://github.com/lunar-linux/moonbase-other/commit/fbe1bbe329bb4190af1a5fa431872deadf8be341

lightdm-gtk-greeter: complain if lightdm-gobject is not around
---
  x11-utils/lightdm-gtk-greeter/PRE_BUILD | +7/-0     
  1 file changed, 7 insertions(+)

--- /dev/null
+++ b/x11-utils/lightdm-gtk-greeter/PRE_BUILD
@@ -0,0 +1,7 @@
+if ! in_depends lightdm libxklavier ; then
+  message "${PROBLEM_COLOR}$MODULE requires lightdm to be build with gobject library.${DEFAULT_COLOR}" &&
+  message "${PROBLEM_COLOR}Please rebuild lightdm and select gobject library!${DEFAULT_COLOR}"         &&
+  false
+fi &&
+
+default_pre_build




More information about the Lunar-commits mailing list