summaryrefslogtreecommitdiffstats
path: root/rules/sdl2-ttf.in
diff options
context:
space:
mode:
authorMichael Grzeschik <m.grzeschik@pengutronix.de>2018-07-26 19:39:23 +0200
committerMichael Olbrich <m.olbrich@pengutronix.de>2018-07-30 10:03:21 +0200
commit0f044b536aa542c7bedd9a03a2dd22dd825866e7 (patch)
tree9b971ccd125d005baedeca4768d45ee8ac37b058 /rules/sdl2-ttf.in
parentf8aa47a210fbe84f380d26b1ca7f73edf0286820 (diff)
downloadptxdist-0f044b536aa542c7bedd9a03a2dd22dd825866e7.tar.gz
ptxdist-0f044b536aa542c7bedd9a03a2dd22dd825866e7.tar.xz
sdl2-ttf: add new package
Signed-off-by: Michael Grzeschik <m.grzeschik@pengutronix.de> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
Diffstat (limited to 'rules/sdl2-ttf.in')
-rw-r--r--rules/sdl2-ttf.in12
1 files changed, 12 insertions, 0 deletions
diff --git a/rules/sdl2-ttf.in b/rules/sdl2-ttf.in
new file mode 100644
index 000000000..a14676933
--- /dev/null
+++ b/rules/sdl2-ttf.in
@@ -0,0 +1,12 @@
+## SECTION=multimedia_sdl
+
+config SDL2_TTF
+ tristate
+ select SDL2
+ select FREETYPE
+ prompt "SDL2 ttf"
+ help
+ This is a sample library which allows you to use TrueType
+ fonts in your SDL applications. It comes with an example
+ program "showfont" which displays an example string for a
+ given TrueType font file.