gnu: jami: Add epoll support.
* gnu/packages/jami.scm (jami)[arguments]: Add epoll support on Linux systems. Signed-off-by: Mathieu Othacehe <m.othacehe@gmail.com>
This commit is contained in:
		
							parent
							
								
									f06eefa31d
								
							
						
					
					
						commit
						8c98eb2808
					
				
					 1 changed files with 6 additions and 0 deletions
				
			
		|  | @ -33,6 +33,7 @@ | |||
|   #:use-module (gnu packages glib) | ||||
|   #:use-module (gnu packages gnome) | ||||
|   #:use-module (gnu packages gtk) | ||||
|   #:use-module (gnu packages hurd) | ||||
|   #:use-module (gnu packages libcanberra) | ||||
|   #:use-module (gnu packages linux) | ||||
|   #:use-module (gnu packages multiprecision) | ||||
|  | @ -111,6 +112,11 @@ | |||
|        (list "--disable-oss" | ||||
|              "--disable-sound" | ||||
|              "--disable-video" | ||||
|              ;; The following flag is Linux specific. | ||||
|              ,@(if (hurd-triplet? (or (%current-system) | ||||
|                                       (%current-target-system))) | ||||
|                    '() | ||||
|                    '("--enable-epoll")) | ||||
|              "--enable-ext-sound" | ||||
|              "--disable-speex-aec" | ||||
|              "--disable-g711-codec" | ||||
|  |  | |||
		Reference in a new issue