diff options
author | Peter Korsgaard <jacmet@sunsite.dk> | 2009-05-04 16:08:24 +0200 |
---|---|---|
committer | Peter Korsgaard <jacmet@sunsite.dk> | 2009-05-04 16:08:24 +0200 |
commit | 163a062727a7b81ab8e19776f28e780973524332 (patch) | |
tree | 951829424b8388a9b4dfb77d82000f0a3517401f /package/gob2/Config.in | |
parent | 6f8a717e8e558f9f2ba9ba6e53fcc2dfe81be539 (diff) | |
download | buildroot-novena-163a062727a7b81ab8e19776f28e780973524332.tar.gz buildroot-novena-163a062727a7b81ab8e19776f28e780973524332.zip |
package/: add gob2 for target/host and use for gmpc compilation
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Diffstat (limited to 'package/gob2/Config.in')
-rw-r--r-- | package/gob2/Config.in | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/package/gob2/Config.in b/package/gob2/Config.in new file mode 100644 index 000000000..314a1da7e --- /dev/null +++ b/package/gob2/Config.in @@ -0,0 +1,10 @@ +config BR2_PACKAGE_GOB2 + bool "gob2" + select BR2_PACKAGE_LIBGLIB2 + select BR2_PACKAGE_FLEX + select BR2_PACKAGE_BISON + help + GOB (GTK+ Object Builder) is a preprocessor which simplifies + the writing of GObjects in C. + + http://www.jirka.org/gob.html |