Skip to content

Commit

Permalink
Merge pull request scarygliders#26 from metalefty/missing-dependency-…
Browse files Browse the repository at this point in the history
…on-jpeg-and-pulse

Add missing dependency
  • Loading branch information
scarygliders committed Mar 18, 2014
2 parents 8e423a9 + c866d28 commit 476f303
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions X11rdp-o-matic.sh
Original file line number Diff line number Diff line change
Expand Up @@ -150,9 +150,11 @@ do
;;
--withjpeg)
CONFIGUREFLAGS=$CONFIGUREFLAGS" --enable-jpeg"
RequiredPackages=("${RequiredPackages[@]}" "libjpeg-dev")
;;
--withsound)
CONFIGUREFLAGS=$CONFIGUREFLAGS" --enable-simplesound"
RequiredPackages=("${RequiredPackages[@]}" "libpulse-dev")
;;
--withdebug)
CONFIGUREFLAGS=$CONFIGUREFLAGS" --enable-xrdpdebug"
Expand Down

0 comments on commit 476f303

Please sign in to comment.