[vlc-commits] [Git][videolan/vlc][master] contrib: gettext: enable build in UWP

Steve Lhomme (@robUx4) gitlab at videolan.org
Thu Sep 18 07:25:00 UTC 2025



Steve Lhomme pushed to branch master at VideoLAN / VLC


Commits:
e5b8d2ac by Steve Lhomme at 2025-09-18T06:25:44+00:00
contrib: gettext: enable build in UWP

It builds properly in 3.0 and should be for 4.0 as well as we only build
the gettext runtime, not all the command line tools.

- - - - -


1 changed file:

- contrib/src/gettext/rules.mak


Changes:

=====================================
contrib/src/gettext/rules.mak
=====================================
@@ -2,9 +2,7 @@
 GETTEXT_VERSION := 0.26
 GETTEXT_URL := $(GNU)/gettext/gettext-$(GETTEXT_VERSION).tar.xz
 
-ifndef HAVE_WINSTORE # FIXME uses sys/socket.h improperly
 PKGS += gettext
-endif
 ifneq ($(filter gnu%,$(subst -, ,$(HOST))),)
 # GNU platform should have gettext (?)
 PKGS_FOUND += gettext



View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/e5b8d2ac959693ff140d3665ec81043f0caa3fa9

-- 
View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/e5b8d2ac959693ff140d3665ec81043f0caa3fa9
You're receiving this email because of your account on code.videolan.org.


VideoLAN code repository instance


More information about the vlc-commits mailing list