From 57ed11c1dddb5dc974903c291007662c1f5203c6 Mon Sep 17 00:00:00 2001 From: kergoth Date: Thu, 23 Jan 2003 20:14:59 +0000 Subject: compile fix, just because you add something to the configuration system doesnt mean it actually builds. --- (limited to 'noncore/net') diff --git a/noncore/net/opietooth/applet/config.in b/noncore/net/opietooth/applet/config.in index 800f83f..59fdeb4 100644 --- a/noncore/net/opietooth/applet/config.in +++ b/noncore/net/opietooth/applet/config.in @@ -1,4 +1,4 @@ - config #APPLET - boolean "applet" + config OPIETOOTH-APPLET + boolean default "y" - depends ( LIBQPE || LIBQPE-X11 ) && LIBOPIE + depends ( LIBQPE || LIBQPE-X11 ) && LIBOPIE && OPIETOOTH && LIBOPIETOOTH diff --git a/noncore/net/opietooth/blue-pin/config.in b/noncore/net/opietooth/blue-pin/config.in index 2d922d2..a25cbde 100644 --- a/noncore/net/opietooth/blue-pin/config.in +++ b/noncore/net/opietooth/blue-pin/config.in @@ -1,4 +1,4 @@ - config #BLUE-PIN + config BLUE-PIN boolean "blue-pin" default "y" - depends ( LIBQPE || LIBQPE-X11 ) && LIBOPIE + depends ( LIBQPE || LIBQPE-X11 ) && LIBOPIE && OPIETOOTH diff --git a/noncore/net/opietooth/config.in.in b/noncore/net/opietooth/config.in.in new file mode 100644 index 0000000..e09458c --- a/dev/null +++ b/noncore/net/opietooth/config.in.in @@ -0,0 +1,7 @@ +config OPIETOOTH + bool "Opietooth" + depends (LIBQPE || LIBQPE-X11) && LIBOPIE + +if OPIETOOTH +@sources@ +endif diff --git a/noncore/net/opietooth/lib/config.in b/noncore/net/opietooth/lib/config.in index a6602c3..2bb4d54 100644 --- a/noncore/net/opietooth/lib/config.in +++ b/noncore/net/opietooth/lib/config.in @@ -1,4 +1,4 @@ - config #LIB - boolean "lib" + config LIBOPIETOOTH + boolean "libopietooth" default "y" - depends ( LIBQPE || LIBQPE-X11 ) && LIBOPIE + depends ( LIBQPE || LIBQPE-X11 ) && LIBOPIE && OPIETOOTH diff --git a/noncore/net/opietooth/manager/config.in b/noncore/net/opietooth/manager/config.in index 3a9cb92..445a657 100644 --- a/noncore/net/opietooth/manager/config.in +++ b/noncore/net/opietooth/manager/config.in @@ -1,4 +1,4 @@ - config #MANAGER - boolean "manager" + config OPIETOOTH-MANAGER + boolean "Opietooth manager" default "y" - depends ( LIBQPE || LIBQPE-X11 ) && LIBOPIE + depends ( LIBQPE || LIBQPE-X11 ) && LIBOPIE && OPIETOOTH && LIBOPIETOOTH -- cgit v0.9.0.2