summaryrefslogtreecommitdiffstats
path: root/rules/svgalib.in
diff options
context:
space:
mode:
Diffstat (limited to 'rules/svgalib.in')
-rw-r--r--rules/svgalib.in18
1 files changed, 18 insertions, 0 deletions
diff --git a/rules/svgalib.in b/rules/svgalib.in
new file mode 100644
index 000000000..ab7ba620d
--- /dev/null
+++ b/rules/svgalib.in
@@ -0,0 +1,18 @@
+## SECTION=multimedia_libs
+
+config SVGALIB
+ tristate
+ prompt "svgalib"
+ help
+ SVGAlib is a library that provides simple access to VGA hardware.
+
+if SVGALIB
+
+config SVGALIB_VGATEST
+ bool
+ prompt "vgatest"
+ help
+ A test tool.
+
+endif
+