xorg-server: not available with musl on ARM
[buildroot-gz.git] / package / patch / Config.in
blobc5b93e9fd586f1325d8a8dc123fcb49e846ab42e
1 config BR2_PACKAGE_PATCH
2         bool "patch"
3         depends on BR2_USE_WCHAR
4         depends on BR2_PACKAGE_BUSYBOX_SHOW_OTHERS
5         help
6           Take patch files (containing difference listings) and apply them
7           to original files, producing patched versions.
9           http://www.gnu.org/software/patch/
11 comment "patch needs a toolchain w/ wchar"
12         depends on !BR2_USE_WCHAR
13         depends on BR2_PACKAGE_BUSYBOX_SHOW_OTHERS