]> git.pld-linux.org Git - packages/emacs.git/commitdiff
- added bcond_with motif - build with motif X toolkit
authortwittner <twittner@pld-linux.org>
Mon, 29 Aug 2005 19:38:31 +0000 (19:38 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    emacs.spec -> 1.76

emacs.spec

index 3c1529cf198d5a94d41c744269da61671271c7c5..5a017b12d119489f9e4e9b356bca848c0f8c1108 100644 (file)
@@ -2,6 +2,7 @@
 # Conditional build:
 %bcond_with    gnus    # Include old Gnus newsreader and MUA version
                        # (obsoleted by emacsen-gnus-pkg-emacs)
+%bcond_with    motif   # build with motif
 #
 %define                elisp_man_version       21-2.8
 Summary:       The Emacs text editor for the X Window System
@@ -311,7 +312,7 @@ mkdir build-withx && cd build-withx
        --sharedstatedir=%{_var} \
        --with-gcc \
        --with-pop \
-       --with-x-toolkit \
+       --with-x-toolkit%{?with_motif:=motif} \
        --with-xpm \
        --with-jpeg \
        --with-tiff \
This page took 0.523129 seconds and 4 git commands to generate.