-rw-r--r-- | examples/applet/config.in | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/examples/applet/config.in b/examples/applet/config.in new file mode 100644 index 0000000..6ea55d3 --- a/dev/null +++ b/examples/applet/config.in @@ -0,0 +1,4 @@ + config APPLET_EXAMPLE + boolean "Applet Example" + default "y" + depends ( LIBQPE || LIBQPE-X11 ) && EXAMPLES |