inotify support in default profile
This commit is contained in:
parent
90da4405c8
commit
5fab66479a
|
@ -34,7 +34,7 @@ USE="${USE} cairo cleartype -lcdfilter truetype unicode"
|
|||
|
||||
# audio
|
||||
USE="${USE} aac alsa amr audio dts -esd faac gsm jack -jingle mad mikmod -nas \
|
||||
ogg -osc -oss -pulseaudio speex vorbis"
|
||||
ogg -osc -oss -pulseaudio speex vorbis"
|
||||
|
||||
# multimedia (video+audio)
|
||||
USE="${USE} dirac -dvb -dvdr encode fftw -ipod -quicktime schroedinger v4l v4l2 video vpx x264 xvid xvmc"
|
||||
|
@ -62,8 +62,8 @@ USE="${USE} acpi"
|
|||
|
||||
# develop
|
||||
USE="${USE} bash-completion cscope -debug -fortran -java \
|
||||
-introspection -lua -mono pch \
|
||||
-tcl -tidy -tk -tokenizer"
|
||||
-introspection -lua -mono pch \
|
||||
-tcl -tidy -tk -tokenizer"
|
||||
|
||||
# daemons
|
||||
USE="${USE} consolekit daemon dbus -hal logrotate samba syslog"
|
||||
|
@ -78,5 +78,5 @@ USE="${USE} -bluetooth -imap -lirc -networkmanager -nis"
|
|||
USE="${USE} -freetds -mssql -sybase-ct"
|
||||
|
||||
# other
|
||||
USE="${USE} -bindist examples -freetds -ipod -multilib -old-linux nptl \
|
||||
-smartcard threads xattr"
|
||||
USE="${USE} -bindist examples -freetds inotify -ipod -multilib -old-linux nptl \
|
||||
-smartcard threads xattr"
|
||||
|
|
Loading…
Reference in New Issue