[vcpkg baseline] Fix libxmu dep (#27791)

* add libxext as a dependency

* v db

* dlopen on windows = no

* v db

* bump version

* v db
This commit is contained in:
Alexander Neumann 2022-11-14 21:04:16 +01:00 committed by GitHub
parent 6f7ffeb18f
commit f28896c39f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
6 changed files with 16 additions and 2 deletions

View File

@ -30,6 +30,7 @@ if(VCPKG_TARGET_IS_WINDOWS AND NOT VCPKG_TARGET_IS_MINGW)
--enable-loadable-i18n=no #Pointer conversion errors
--enable-unix-transport=no
--disable-thread-safety-constructor
ac_cv_search_dlopen=no
)
endif()
if(VCPKG_TARGET_IS_WINDOWS)

View File

@ -1,6 +1,7 @@
{
"name": "libx11",
"version": "1.8.1",
"port-version": 1,
"description": "The X Window System is a network-transparent window system that was designed at MIT.",
"homepage": "https://www.x.org/wiki/",
"license": "MIT",

View File

@ -1,11 +1,13 @@
{
"name": "libxmu",
"version": "1.1.3",
"port-version": 1,
"description": "X miscellaneous utility routines library",
"homepage": "https://gitlab.freedesktop.org/xorg/lib/libxmu",
"license": null,
"dependencies": [
"bzip2",
"libxext",
"libxt",
"xorg-macros"
]

View File

@ -4374,7 +4374,7 @@
},
"libx11": {
"baseline": "1.8.1",
"port-version": 0
"port-version": 1
},
"libxau": {
"baseline": "1.0.9",
@ -4458,7 +4458,7 @@
},
"libxmu": {
"baseline": "1.1.3",
"port-version": 0
"port-version": 1
},
"libxpm": {
"baseline": "3.5.11",

View File

@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "990f02cb9422412f2c71e9f3b4616a7331d65fe6",
"version": "1.8.1",
"port-version": 1
},
{
"git-tree": "c316078022f4159f578146cf4871c359d5af8321",
"version": "1.8.1",

View File

@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "3d3fe5c3318403e642b6b1ea9e2c6d4a53547dce",
"version": "1.1.3",
"port-version": 1
},
{
"git-tree": "59f551a642f1c8b1c6dd02ad3f13d32231e48d4b",
"version": "1.1.3",