summaryrefslogtreecommitdiff
path: root/move-to-next-monitor
diff options
context:
space:
mode:
authorB. Stack <bgstack15@gmail.com>2022-03-02 21:15:52 -0500
committerB. Stack <bgstack15@gmail.com>2022-03-02 21:15:52 -0500
commitf70eda861ca64cc54d47772dc4d651bb24f738e2 (patch)
tree02dd30671f3d1073d8a8f94af355e311e158942a /move-to-next-monitor
parentfix %fi to %endif (diff)
downloadstackrpms-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.spec2
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
bgstack15