Explorar o código

Fixed option handling that before would never include jpeg or png build logic.

Michael Schloh von Bennewitz %!s(int64=23) %!d(string=hai) anos
pai
achega
6a670a360f
Modificáronse 1 ficheiros con 2 adicións e 4 borrados
  1. 2 4
      emacs/emacs.spec

+ 2 - 4
emacs/emacs.spec

@@ -24,14 +24,12 @@
 ##
 
 #   the additionally used features
+#   (jpeg and png options depend on with_x11)
 %ifndef       with_x11
 %define       with_x11              no
-%endif
-
-#   more optional settings
-#   (requires with_x11 set to "yes" above)
 %define       with_jpeg             no
 %define       with_png              no
+%endif
 
 #   package information
 Name:         emacs