diff options
author | Bernd Kuhls <bernd.kuhls@t-online.de> | 2016-10-09 14:46:23 +0200 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2016-10-09 23:02:22 +0200 |
commit | 49b7a57d351719ee0148f21b5a807836de59c934 (patch) | |
tree | 558878ee7991db7620c364291fa02f374fc1bc37 /package/python-pyicu/Config.in | |
parent | 0b26a01906df2a3862feca130e4d08f084afb5d9 (diff) | |
download | buildroot-49b7a57d351719ee0148f21b5a807836de59c934.tar.gz buildroot-49b7a57d351719ee0148f21b5a807836de59c934.zip |
package/python-pyicu: new package
Needed for the upcoming python-slob package.
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/python-pyicu/Config.in')
-rw-r--r-- | package/python-pyicu/Config.in | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/package/python-pyicu/Config.in b/package/python-pyicu/Config.in new file mode 100644 index 0000000000..a3578f10c1 --- /dev/null +++ b/package/python-pyicu/Config.in @@ -0,0 +1,13 @@ +config BR2_PACKAGE_PYTHON_PYICU + bool "python-pyicu" + depends on !BR2_BINFMT_FLAT # icu + depends on BR2_INSTALL_LIBSTDCPP # icu + select BR2_PACKAGE_ICU + help + Python extension wrapping the ICU C++ API. + + http://pyicu.osafoundation.org/ + +comment "python-pyicu needs a toolchain w/ C++" + depends on !BR2_BINFMT_FLAT + depends on !BR2_INSTALL_LIBSTDCPP |