mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-27 19:09:00 +08:00
[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:
parent
6f7ffeb18f
commit
f28896c39f
@ -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)
|
||||
|
@ -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",
|
||||
|
@ -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"
|
||||
]
|
||||
|
@ -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",
|
||||
|
@ -1,5 +1,10 @@
|
||||
{
|
||||
"versions": [
|
||||
{
|
||||
"git-tree": "990f02cb9422412f2c71e9f3b4616a7331d65fe6",
|
||||
"version": "1.8.1",
|
||||
"port-version": 1
|
||||
},
|
||||
{
|
||||
"git-tree": "c316078022f4159f578146cf4871c359d5af8321",
|
||||
"version": "1.8.1",
|
||||
|
@ -1,5 +1,10 @@
|
||||
{
|
||||
"versions": [
|
||||
{
|
||||
"git-tree": "3d3fe5c3318403e642b6b1ea9e2c6d4a53547dce",
|
||||
"version": "1.1.3",
|
||||
"port-version": 1
|
||||
},
|
||||
{
|
||||
"git-tree": "59f551a642f1c8b1c6dd02ad3f13d32231e48d4b",
|
||||
"version": "1.1.3",
|
||||
|
Loading…
Reference in New Issue
Block a user