From 7c9b1d62da310375ee23d3de7b346b40ab0d56a9 Mon Sep 17 00:00:00 2001 From: Xi Ruoyao Date: Thu, 11 Apr 2019 16:50:29 +0000 Subject: [PATCH] Update to pixman-0.38.4 git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@21455 af4574ff-66df-0310-9fd7-8a98e5e911e0 --- general/graphlib/pixman.xml | 23 +++++++++-------------- introduction/welcome/changelog.xml | 4 ++++ packages.ent | 2 +- 3 files changed, 14 insertions(+), 15 deletions(-) diff --git a/general/graphlib/pixman.xml b/general/graphlib/pixman.xml index 18296a977b..170881e250 100644 --- a/general/graphlib/pixman.xml +++ b/general/graphlib/pixman.xml @@ -6,9 +6,9 @@ - + - + ]> @@ -90,26 +90,21 @@ Install Pixman by running the following commands: -./configure --prefix=/usr --disable-static && -make +mkdir build && +cd build && + +meson --prefix=/usr && +ninja - To test the results, issue: make check. + To test the results, issue: ninja test. Now, as the root user: -make install - - - - - Command Explanations - - +ninja install diff --git a/introduction/welcome/changelog.xml b/introduction/welcome/changelog.xml index 953082841b..930ce2c743 100644 --- a/introduction/welcome/changelog.xml +++ b/introduction/welcome/changelog.xml @@ -44,6 +44,10 @@ April 11th, 2019 + + [xry111] - Update to pixman-0.38.4. Fixes + #11933. + [xry111] - Update to gtk+-3.24.8. Fixes #11935. diff --git a/packages.ent b/packages.ent index 65fff30e86..4d25e536f2 100644 --- a/packages.ent +++ b/packages.ent @@ -222,7 +222,7 @@ to avoid building libxml2 twice, which is slow with all deps --> - +