Skip to content

Commit

Permalink
Add missing dependency
Browse files Browse the repository at this point in the history
- Install libjpeg-dev when '--withjpeg' option is given
- Install libpulse-dev when '--withsound' option is given
  • Loading branch information
metalefty committed Mar 14, 2014
1 parent 003dadc commit c866d28
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 c866d28

Please sign in to comment.