mirror of
https://github.com/chromebrew/chromebrew.git
synced 2026-01-09 23:48:01 -05:00
Symbols are not quoted (#5495)
This commit is contained in:
@@ -26,8 +26,8 @@ class Wpebackend_fdo < Package
|
||||
depends_on 'libwpe'
|
||||
depends_on 'wayland'
|
||||
depends_on 'libepoxy'
|
||||
depends_on 'mesa' => ':build'
|
||||
depends_on 'wayland_protocols' => ':build'
|
||||
depends_on 'mesa' => :build
|
||||
depends_on 'wayland_protocols' => :build
|
||||
|
||||
def self.build
|
||||
system "meson #{CREW_MESON_LTO_OPTIONS} \
|
||||
|
||||
Reference in New Issue
Block a user