Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

mesa: convert -proto dependencies to :build #382

Merged
merged 1 commit into from
Aug 18, 2018
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 8 additions & 8 deletions Formula/mesa.rb
Original file line number Diff line number Diff line change
Expand Up @@ -20,14 +20,14 @@ class Mesa < Formula
depends_on "bison" => :build
depends_on "libtool" => :build

depends_on "linuxbrew/xorg/damageproto"
depends_on "linuxbrew/xorg/dri2proto"
depends_on "linuxbrew/xorg/glproto"
depends_on "linuxbrew/xorg/kbproto"
depends_on "linuxbrew/xorg/xextproto"
depends_on "linuxbrew/xorg/xf86vidmodeproto"
depends_on "linuxbrew/xorg/fixesproto"
depends_on "linuxbrew/xorg/videoproto"
depends_on "linuxbrew/xorg/damageproto" => :build
depends_on "linuxbrew/xorg/dri2proto" => :build
depends_on "linuxbrew/xorg/glproto" => :build
depends_on "linuxbrew/xorg/kbproto" => :build
depends_on "linuxbrew/xorg/xextproto" => :build
depends_on "linuxbrew/xorg/xf86vidmodeproto" => :build
depends_on "linuxbrew/xorg/fixesproto" => :build
depends_on "linuxbrew/xorg/videoproto" => :build

depends_on "linuxbrew/xorg/libdrm"
depends_on "systemd" # provides libudev <= needed by "gbm"
Expand Down