diff --git a/roles/archbuild/files/gitpkg b/roles/archbuild/files/gitpkg
index 6f0b115af957a35105a11d623862fa2b02af880d..8972732fc42ecef9abb9e7eadd98e063886de622 100755
--- a/roles/archbuild/files/gitpkg
+++ b/roles/archbuild/files/gitpkg
@@ -341,9 +341,6 @@ if gitify
   when meson
     add_md["meson"]
     add_md["vala", meson_build =~ /'vala'/]
-
-    header "Meson Options"
-    puts repo.read_file(commit, "meson_options.txt")
   when autotools
     unless add_md["gnome-common",
         (autogen =~ /gnome-autogen\.sh/ || configure =~ /^GNOME_[A-Z_]+(\(|$)/)]
@@ -452,6 +449,12 @@ unless diff.empty?
   puts diff, ""
 end
 
+meson_options = repo.read_file(commit, "meson_options.txt")
+if meson_options
+    header "Meson Options"
+    puts meson_options, ""
+end
+
 gitmodules = repo.read_file(commit, ".gitmodules")
 if gitmodules
   header "Submodules"