xmoto: fix component order
This commit is contained in:
parent
6a7c281144
commit
393595dd72
1 changed files with 2 additions and 2 deletions
|
@ -17,6 +17,8 @@ class Xmoto < Formula
|
|||
depends_on "automake" => :build
|
||||
end
|
||||
|
||||
deprecated_option "without-lua" => "without-lua@5.1"
|
||||
|
||||
depends_on "jpeg"
|
||||
depends_on "libpng"
|
||||
depends_on "libxdg-basedir"
|
||||
|
@ -29,8 +31,6 @@ class Xmoto < Formula
|
|||
depends_on "gettext" => :recommended
|
||||
depends_on "lua@5.1" => :recommended
|
||||
|
||||
deprecated_option "without-lua" => "without-lua@5.1"
|
||||
|
||||
def install
|
||||
# Fix issues reported upstream
|
||||
# https://todo.xmoto.tuxfamily.org/index.php?do=details&task_id=812
|
||||
|
|
Loading…
Reference in a new issue