aboutsummaryrefslogblamecommitdiff
path: root/x11-servers/xorg-server/files/patch-hw_xfree86_os-support_meson.build
blob: 12373890385dcbee945013090fc21f2fc8afd8af (plain) (tree)
1
2
3
4
5
6
7
8
                                                                       





                                                              
                                                                                    


                                                      
--- hw/xfree86/os-support/meson.build.orig	2022-07-12 13:27:57 UTC
+++ hw/xfree86/os-support/meson.build
@@ -113,7 +113,7 @@ elif host_machine.system().endswith('bsd')
         endif
     elif host_machine.cpu_family() == 'arm'
         srcs_xorg_os_support += 'bsd/arm_video.c'
-    elif host_machine.cpu_family() == 'powerpc'
+    elif host_machine.cpu_family() == 'ppc' or host_machine.cpu_family() == 'ppc64'
         srcs_xorg_os_support += 'bsd/ppc_video.c'
     elif host_machine.cpu_family() == 'sparc64'
         srcs_xorg_os_support += 'bsd/sparc64_video.c'