lmi-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[lmi-commits] [lmi] master a5dbd43 2/3: Add missing 'libgtk-3-dev' depen


From: Greg Chicares
Subject: [lmi-commits] [lmi] master a5dbd43 2/3: Add missing 'libgtk-3-dev' dependency
Date: Wed, 21 Oct 2020 08:20:37 -0400 (EDT)

branch: master
commit a5dbd4396920a63285a02be5291e9d25e8f2081e
Author: Gregory W. Chicares <gchicares@sbcglobal.net>
Commit: Gregory W. Chicares <gchicares@sbcglobal.net>

    Add missing 'libgtk-3-dev' dependency
    
    Whether or not it makes sense to compile pc-linux-gnu binaries on WSL,
    installing 'libgtk-3-dev' can't cost much.
---
 install_msw.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/install_msw.sh b/install_msw.sh
index 7ae47b7..7f0841f 100755
--- a/install_msw.sh
+++ b/install_msw.sh
@@ -142,7 +142,7 @@ if [ "WSL" = "$platform" ]
 then
     # Install and upgrade all packages if any is missing.
     packages_list='autoconf automake bsdtar curl dos2unix doxygen
-      gdb git libtool make patch pkg-config rsync unzip wget
+      gdb git libgtk-3-dev libtool make patch pkg-config rsync unzip wget
       zip zsh g++-mingw-w64-i686'
 
     # Disable shellcheck warning about the need to double quote $packages_list:



reply via email to

[Prev in Thread] Current Thread [Next in Thread]