ソースを参照

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

Michael Schloh von Bennewitz 23 年 前
コミット
6a670a360f
1 ファイル変更2 行追加4 行削除
  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