Skip to content
This repository has been archived by the owner on Jul 22, 2024. It is now read-only.

Commit

Permalink
Merge pull request #341 from rdeits/change-apt-package
Browse files Browse the repository at this point in the history
switch `build.jl` to use libgtk-3-dev from apt
  • Loading branch information
tknopp authored Jun 2, 2018
2 parents a7a6dd3 + 671cf81 commit 60ea2dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deps/build.jl
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ deps = [
]

if @compat is_linux()
provides(AptGet, "libgtk-3-0", deps)
provides(AptGet, "libgtk-3-dev", deps)
provides(Yum, "gtk3", deps)
end

Expand Down

0 comments on commit 60ea2dc

Please sign in to comment.