|
Lines 34-39
Link Here
|
| 34 |
%{?skip_x11_askpass:%define no_x11_askpass 1} |
34 |
%{?skip_x11_askpass:%define no_x11_askpass 1} |
| 35 |
%{?skip_gnome_askpass:%define no_gnome_askpass 1} |
35 |
%{?skip_gnome_askpass:%define no_gnome_askpass 1} |
| 36 |
|
36 |
|
|
|
37 |
# Add option to build without GTK2 for older platforms with only GTK+. |
| 38 |
# RedHat <= 7.2 and Red Hat Advanced Server 2.1 are examples. |
| 39 |
# rpm -ba|--rebuild --define 'no_gtk2 1' |
| 40 |
%{?no_gtk2:%define gtk2 0} |
| 41 |
|
| 37 |
# Is this a build for RHL 6.x or earlier? |
42 |
# Is this a build for RHL 6.x or earlier? |
| 38 |
%{?build_6x:%define build6x 1} |
43 |
%{?build_6x:%define build6x 1} |
| 39 |
|
44 |
|