diff options
author | Maxim Sobolev <sobomax@FreeBSD.org> | 2000-09-20 15:36:05 +0000 |
---|---|---|
committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2000-09-20 15:36:05 +0000 |
commit | 560f2229d8ac91dd6c73f1eb03384fd42e0468eb (patch) | |
tree | f393cbd8b82c8a5ce2c9fd8969ce81c51766787d /graphics/Makefile | |
parent | e577a51be548ebfbc3ed01903c39c5605cc814c5 (diff) | |
download | ports-560f2229d8ac91dd6c73f1eb03384fd42e0468eb.tar.gz ports-560f2229d8ac91dd6c73f1eb03384fd42e0468eb.zip |
Add guilib - a very simple GUI framework for use with SDL. Now we have a GUI
for console (SDL_VIDEODRIVER=svgalib) ;).
Notes
Notes:
svn path=/head/; revision=32897
Diffstat (limited to 'graphics/Makefile')
-rw-r--r-- | graphics/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/graphics/Makefile b/graphics/Makefile index c7d43611d2ba..5bd57da52cd3 100644 --- a/graphics/Makefile +++ b/graphics/Makefile @@ -67,6 +67,7 @@ SUBDIR += gtkfig SUBDIR += gtkgraph SUBDIR += gtksee + SUBDIR += guilib SUBDIR += gview SUBDIR += gxanim SUBDIR += gyvefigs |