From 266af72f328c0946a34c1589344739e963d27f6e Mon Sep 17 00:00:00 2001 From: Zeckmathederg Date: Sat, 13 Jul 2024 17:43:37 -0600 Subject: [PATCH] libglvnd: Build typo. --- introduction/welcome/changelog.xml | 3 +++ shareddeps/gfxapi/gl/libglvnd.xml | 5 +---- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/introduction/welcome/changelog.xml b/introduction/welcome/changelog.xml index d5e43c294b..cdf69df6ee 100644 --- a/introduction/welcome/changelog.xml +++ b/introduction/welcome/changelog.xml @@ -42,6 +42,9 @@ July 13th, 2024 + + [Zeckmathederg] - libglvnd: Build typo. + [Zeckmathederg] - Xwayland-24.1.0 -> *-24.1.1. diff --git a/shareddeps/gfxapi/gl/libglvnd.xml b/shareddeps/gfxapi/gl/libglvnd.xml index f250c47575..7a34f8301f 100644 --- a/shareddeps/gfxapi/gl/libglvnd.xml +++ b/shareddeps/gfxapi/gl/libglvnd.xml @@ -88,10 +88,7 @@ ninja Install lib32-libglvnd by running the following commands: -mkdir build && -cd build - -CC="gcc -m32" CXX="g++ -m32" \ +CC="gcc -m32" CXX="g++ -m32" \ PKG_CONFIG_PATH=/usr/lib32/pkgconfig \ meson setup .. --prefix=/usr \ --libdir=/usr/lib32