<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<atom:link href="https://dev1galaxy.org/extern.php?action=feed&amp;tid=8039&amp;type=rss" rel="self" type="application/rss+xml" />
		<title><![CDATA[Dev1 Galaxy Forum / Xorg libseat patch with meson]]></title>
		<link>https://dev1galaxy.org/viewtopic.php?id=8039</link>
		<description><![CDATA[The most recent posts in Xorg libseat patch with meson.]]></description>
		<lastBuildDate>Thu, 11 Jun 2026 06:39:57 +0000</lastBuildDate>
		<generator>FluxBB</generator>
		<item>
			<title><![CDATA[Xorg libseat patch with meson]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=64267#p64267</link>
			<description><![CDATA[<p><a href="https://forums.gentoo.org/viewtopic.php?p=8887083#p8887083" rel="nofollow">https://forums.gentoo.org/viewtopic.php … 3#p8887083</a></p><p>Had to apply this to make it compile. Just a heads up.</p><div class="codebox"><pre class="vscroll"><code>diff --git a/hw/xfree86/meson.build b/hw/xfree86/meson.build
index c4db85c..a90064b 100644
--- a/hw/xfree86/meson.build
+++ b/hw/xfree86/meson.build
@@ -93,6 +93,7 @@ xorg_deps = [
     xshmfence_dep,
     config_dep,
     libdrm_dep,
+    libseat_dep,
 ]
 
 if get_option(&#039;suid_wrapper&#039;)
diff --git a/hw/xfree86/os-support/meson.build b/hw/xfree86/os-support/meson.build
index 236f5de..66d624b 100644
--- a/hw/xfree86/os-support/meson.build
+++ b/hw/xfree86/os-support/meson.build
@@ -14,6 +14,12 @@ hdrs_xorg_os_support = [
 os_dep = []
 os_c_args = []
 
+libseat_dep = []
+if build_seatd_libseat
+    srcs_xorg_os_support += &#039;linux/seatd-libseat.c&#039;
+    libseat_dep = dependency(&#039;libseat&#039;)
+endif
+
 if get_option(&#039;pciaccess&#039;)
     srcs_xorg_os_support += &#039;bus/Pci.c&#039;
     if host_machine.system() != &#039;linux&#039;
diff --git a/test/meson.build b/test/meson.build
index 94634c1..17c4181 100644
--- a/test/meson.build
+++ b/test/meson.build
@@ -219,7 +219,7 @@ if build_xorg
     unit = executable(&#039;tests&#039;,
          unit_sources,
          c_args: unit_c_args,
-         dependencies: [pixman_dep, randrproto_dep, inputproto_dep, libxcvt_dep],
+         dependencies: [pixman_dep, randrproto_dep, inputproto_dep, libxcvt_dep, libseat_dep],
          include_directories: unit_includes,
          link_args: ldwraps,
          link_with: xorg_link,</code></pre></div>]]></description>
			<author><![CDATA[dummy@example.com (Alverstone)]]></author>
			<pubDate>Thu, 11 Jun 2026 06:39:57 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=64267#p64267</guid>
		</item>
	</channel>
</rss>
