author | groucho <groucho> | 2003-01-21 13:14:13 (UTC) |
---|---|---|
committer | groucho <groucho> | 2003-01-21 13:14:13 (UTC) |
commit | f1530bc4a34aa1ae4963029536e435deeae67d33 (patch) (side-by-side diff) | |
tree | 866e698a612c154202022c0d491d6f87381da411 /noncore/net | |
parent | 1be1c82e0cbb7044e4d4290502b295688205e1d9 (diff) | |
download | opie-f1530bc4a34aa1ae4963029536e435deeae67d33.zip opie-f1530bc4a34aa1ae4963029536e435deeae67d33.tar.gz opie-f1530bc4a34aa1ae4963029536e435deeae67d33.tar.bz2 |
Bluetooth also builds now in the new build system
-rw-r--r-- | noncore/net/opietooth/applet/config.in | 8 | ||||
-rw-r--r-- | noncore/net/opietooth/blue-pin/config.in | 8 | ||||
-rw-r--r-- | noncore/net/opietooth/lib/config.in | 8 | ||||
-rw-r--r-- | noncore/net/opietooth/manager/config.in | 8 |
4 files changed, 16 insertions, 16 deletions
diff --git a/noncore/net/opietooth/applet/config.in b/noncore/net/opietooth/applet/config.in index 4d689b5..800f83f 100644 --- a/noncore/net/opietooth/applet/config.in +++ b/noncore/net/opietooth/applet/config.in @@ -1,4 +1,4 @@ -# config #APPLET -# boolean "applet" -# default "y" -# depends ( LIBQPE || LIBQPE-X11 ) && LIBOPIE + config #APPLET + boolean "applet" + default "y" + depends ( LIBQPE || LIBQPE-X11 ) && LIBOPIE diff --git a/noncore/net/opietooth/blue-pin/config.in b/noncore/net/opietooth/blue-pin/config.in index 395537c..2d922d2 100644 --- a/noncore/net/opietooth/blue-pin/config.in +++ b/noncore/net/opietooth/blue-pin/config.in @@ -1,4 +1,4 @@ -# config #BLUE-PIN -# boolean "blue-pin" -# default "y" -# depends ( LIBQPE || LIBQPE-X11 ) && LIBOPIE + config #BLUE-PIN + boolean "blue-pin" + default "y" + depends ( LIBQPE || LIBQPE-X11 ) && LIBOPIE diff --git a/noncore/net/opietooth/lib/config.in b/noncore/net/opietooth/lib/config.in index 21c2fa3..a6602c3 100644 --- a/noncore/net/opietooth/lib/config.in +++ b/noncore/net/opietooth/lib/config.in @@ -1,4 +1,4 @@ -# config #LIB -# boolean "lib" -# default "y" -# depends ( LIBQPE || LIBQPE-X11 ) && LIBOPIE + config #LIB + boolean "lib" + default "y" + depends ( LIBQPE || LIBQPE-X11 ) && LIBOPIE diff --git a/noncore/net/opietooth/manager/config.in b/noncore/net/opietooth/manager/config.in index a8c9f62..3a9cb92 100644 --- a/noncore/net/opietooth/manager/config.in +++ b/noncore/net/opietooth/manager/config.in @@ -1,4 +1,4 @@ -# config #MANAGER -# boolean "manager" -# default "y" -# depends ( LIBQPE || LIBQPE-X11 ) && LIBOPIE + config #MANAGER + boolean "manager" + default "y" + depends ( LIBQPE || LIBQPE-X11 ) && LIBOPIE |