Skip to content

Commit

Permalink
libglvnd: fix meson arguments
Browse files Browse the repository at this point in the history
Replace `enabled` with `true`
  • Loading branch information
maxim-belkin committed Jan 1, 2023
1 parent b3a5513 commit 749ee47
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Formula/libglvnd.rb
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,10 @@ def install
-Dprefix=#{prefix}
-Dsysconfdir=#{etc}
-Dlocalstatedir=#{var}
-Dasm=enabled
-Dx11=enabled
-Dglx=enabled
-Dtls=enabled
-Dasm=true
-Dx11=true
-Dglx=true
-Dtls=true
]

mkdir "build" do
Expand Down

0 comments on commit 749ee47

Please sign in to comment.