diff options
| author | Albrecht Schlosser <albrechts.fltk@online.de> | 2024-04-11 14:15:38 +0200 |
|---|---|---|
| committer | Albrecht Schlosser <albrechts.fltk@online.de> | 2024-04-11 14:15:38 +0200 |
| commit | feec8f9fb1f50d875851a3fa08a4285264235063 (patch) | |
| tree | 3f7f7b30e8e6445dc93b1bcc0ef12a4a90dd464c /fltk.spec.in | |
| parent | 05a95e146b2429154b360030d098f0dae5555706 (diff) | |
Remove remaining references to xdbe on X11
This option has been removed in 1.4.0 because it was unreliable
and rarely used.
Diffstat (limited to 'fltk.spec.in')
| -rw-r--r-- | fltk.spec.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fltk.spec.in b/fltk.spec.in index 01f28a6fe..e17f28637 100644 --- a/fltk.spec.in +++ b/fltk.spec.in @@ -57,7 +57,7 @@ Install fltk-games to play Block Attack!, Checkers, or Sudoku on your computer. %setup %build -CFLAGS="$RPM_OPT_FLAGS" CXXFLAGS="$RPM_OPT_FLAGS" LDFLAGS="$RPM_OPT_FLAGS" ./configure --prefix=%{prefix} --mandir=%{_mandir} --enable-largefile --enable-shared --enable-threads --enable-xft --enable-xdbe --enable-xinerama +CFLAGS="$RPM_OPT_FLAGS" CXXFLAGS="$RPM_OPT_FLAGS" LDFLAGS="$RPM_OPT_FLAGS" ./configure --prefix=%{prefix} --mandir=%{_mandir} --enable-largefile --enable-shared --enable-threads --enable-xft --enable-xinerama # If we got this far, all prerequisite libraries must be here. make |
