diff options
author | B. Stack <bgstack15@gmail.com> | 2022-03-02 21:15:52 -0500 |
---|---|---|
committer | B. Stack <bgstack15@gmail.com> | 2022-03-02 21:15:52 -0500 |
commit | f70eda861ca64cc54d47772dc4d651bb24f738e2 (patch) | |
tree | 02dd30671f3d1073d8a8f94af355e311e158942a /move-to-next-monitor | |
parent | fix %fi to %endif (diff) | |
download | stackrpms-f70eda861ca64cc54d47772dc4d651bb24f738e2.tar.gz stackrpms-f70eda861ca64cc54d47772dc4d651bb24f738e2.tar.bz2 stackrpms-f70eda861ca64cc54d47772dc4d651bb24f738e2.zip |
set make to buildrequires
Diffstat (limited to 'move-to-next-monitor')
-rw-r--r-- | move-to-next-monitor/move-to-next-monitor.spec | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/move-to-next-monitor/move-to-next-monitor.spec b/move-to-next-monitor/move-to-next-monitor.spec index b668b20..de3aa28 100644 --- a/move-to-next-monitor/move-to-next-monitor.spec +++ b/move-to-next-monitor/move-to-next-monitor.spec @@ -38,7 +38,7 @@ Requires: xdotool Requires: xorg-x11-utils %else Requires: (xorg-x11-utils or ((xprop and xrandr) and xwininfo)) -Requires: make +BuildRequires: make %endif %description |