Symbols are not quoted (#5495)

This commit is contained in:
Ed Reel
2021-03-29 08:39:01 -05:00
committed by GitHub
parent 547fa7c3ab
commit f26109c00e
65 changed files with 158 additions and 158 deletions

View File

@@ -35,9 +35,9 @@ class Yelp < Package
depends_on 'pango'
depends_on 'webkit2gtk'
depends_on 'yelp_xsl'
depends_on 'gtk_doc' => ':build'
depends_on 'itstool' => ':build'
depends_on 'xorg_server' => ':build'
depends_on 'gtk_doc' => :build
depends_on 'itstool' => :build
depends_on 'xorg_server' => :build
def self.build
system '[ -x configure ] || NOCONFIGURE=1 ./autogen.sh'