Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 901365
Collapse All | Expand All

(-)waffle-v1.7.2/src/waffle/meson.build.orig (-2 / +2 lines)
Lines 238-244 Link Here
238
  description : 'A library for selecting an OpenGL API and windows system at runtime.',
238
  description : 'A library for selecting an OpenGL API and windows system at runtime.',
239
)
239
)
240
240
241
if host_machine.system() == 'windows'
241
# if host_machine.system() == 'windows'
242
  cmake = import('cmake')
242
  cmake = import('cmake')
243
  cmake.write_basic_package_version_file(
243
  cmake.write_basic_package_version_file(
244
    name : 'Waffle',
244
    name : 'Waffle',
Lines 256-262 Link Here
256
    input : '../../cmake/Modules/WaffleConfig.cmake.in',
256
    input : '../../cmake/Modules/WaffleConfig.cmake.in',
257
    configuration : cmake_conf,
257
    configuration : cmake_conf,
258
  )
258
  )
259
endif
259
# endif
260
260
261
if get_option('build-tests')
261
if get_option('build-tests')
262
  if get_option('default_library') == 'shared'
262
  if get_option('default_library') == 'shared'

Return to bug 901365