mirror of
https://github.com/chromebrew/chromebrew.git
synced 2026-01-08 23:18:10 -05:00
Symbols are not quoted (#5495)
This commit is contained in:
@@ -25,7 +25,7 @@ class Waypipe < Package
|
||||
depends_on 'mesa'
|
||||
depends_on 'ffmpeg'
|
||||
depends_on 'libva'
|
||||
depends_on 'libdrm' => ':build'
|
||||
depends_on 'libdrm' => :build
|
||||
|
||||
def self.patch
|
||||
system "sed -i '/#include \"util.h\"/a #include <linux/version.h>' src/dmabuf.c"
|
||||
|
||||
Reference in New Issue
Block a user