Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
doozer: add default-jre to satisfy build requirements
  • Loading branch information
perexg committed May 13, 2015
1 parent 43c2ccc commit 11b949b
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions .doozer.json
Expand Up @@ -13,7 +13,8 @@
"wget",
"bzip2",
"git-core",
"liburiparser-dev"
"liburiparser-dev",
"default-jre"
],

"buildcmd": [
Expand All @@ -35,7 +36,8 @@
"bzip2",
"git-core",
"liburiparser-dev",
"libx264-dev"
"libx264-dev",
"default-jre"
],

"buildcmd": [
Expand All @@ -56,7 +58,8 @@
"wget",
"bzip2",
"git-core",
"liburiparser-dev"
"liburiparser-dev",
"default-jre"
],

"buildcmd": [
Expand All @@ -78,7 +81,8 @@
"bzip2",
"git-core",
"liburiparser-dev",
"libx264-dev"
"libx264-dev",
"default-jre"
],

"buildcmd": [
Expand Down

0 comments on commit 11b949b

Please sign in to comment.